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 | 천짭횕쨩횩 | 111011001011001010011100111011001010011110101101111011011001101010010101111011001010100010101001111011011001101010101001 | ecb29ceca7aded9a95eca8a9ed9aa9 |
UHC | 천짭횕쨩횩 | 11000011101101011100001010101100110000111000111111000010101110111100001110011111 | c3b5c2acc38fc2bbc39f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)