To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 祭?駿?? | 10001101110101010011111110001111011110000011111100111111 | 8dd53f8f783f3f |
EUC-JP | 祭?駿?? | 10111010110101110011111110111101110110010011111100111111 | bad73fbdd93f3f |
UTF-8 | 祭렢駿쇌롛 | 111001111010010110101101111010111010000010100010111010011010011110111111111011001000011110001100111010111010000110011011 | e7a5adeba0a2e9a7bfec878ceba19b |
UHC | 祭렢駿쇌롛 | 11110000101011101000111010110011111100011110011110111100111001001000111011011111 | f0ae8eb3f1e7bce48edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)