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 | 肢?黴?? | 10001110100010000011111111101010100000000011111100111111 | 8e883fea803f3f |
EUC-JP | 肢?黴?? | 10111011111010000011111111110011111000000011111100111111 | bbe83ff3e03f3f |
UTF-8 | 肢뀄黴뤉톻 | 111010001000001010100010111010111000000010000100111010011011101110110100111010111010010010001001111011011000011010111011 | e882a2eb8084e9bbb4eba489ed86bb |
UHC | 肢뀄黴뤉톻 | 11110010101101101011001011101101110110101011110110001111101110011011011110001110 | f2b6b2eddabd8fb9b78e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)