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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 謝順 | 10001110110100111000111110000111 | 8ed38f87 |
EUC-JP | 謝順 | 10111100110101011011110111100111 | bcd5bde7 |
UTF-8 | 謝順 | 111010001010110010011101111010011010000010000110 | e8ac9de9a086 |
UHC | 謝順 | 11011110111100111110001011110111 | def3e2f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)