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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???淳 | 0011111100111111001111111000111101111110 | 3f3f3f8f7e |
EUC-JP | ???淳 | 0011111100111111001111111011110111011111 | 3f3f3fbddf |
UTF-8 | 遼섆퉿淳 | 111011111010011110000011111011001000010010000110111011011000100110111111111001101011011110110011 | efa783ec8486ed89bfe6b7b3 |
UHC | 遼섆퉿淳 | 1110100110101100100110001110010010111001100101111110001011101000 | e9ac98e4b997e2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)