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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 횛짚횥첬창 | 111011011001101010011011111011001010011110011010111011011001101010100101111011001011001010101100111011001011000010111101 | ed9a9beca79aed9aa5ecb2acecb0bd |
UHC | 횛짚횥첬창 | 11000011100101011100001010100100110000111001110011000011101110101100001110100010 | c395c2a4c39cc3bac3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)