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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 五h?孃?? | 100011001101110010000010100010000011111110011011011011110011111100111111 | 8cdc82883f9b6f3f3f |
EUC-JP | 五h?孃?? | 101110001101111010100011111010000011111111010101110100000011111100111111 | b8dea3e83fd5d03f3f |
UTF-8 | 五h챿孃볢뤃 | 111001001011101010010100111011111011110110001000111011001011000110111111111001011010110110000011111010111011001110100010111010111010010010000011 | e4ba94efbd88ecb1bfe5ad83ebb3a2eba483 |
UHC | 五h챿孃볢뤃 | 111001111110100110100011111010001010101010001100111001011011111010010011111010001000111110110100 | e7e9a3e8aa8ce5be93e88fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)