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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 횓철챨짱횥짤 | 111011011001101010010011111011001011001010100000111011001011000110101000111011001010011110110001111011011001101010100101111011001010011110100100 | ed9a93ecb2a0ecb1a8eca7b1ed9aa5eca7a4 |
UHC | 횓철챨짱횥짤 | 110000111000111011000011101101101100001110110000110000101010111111000011100111001100001010101001 | c38ec3b6c3b0c2afc39cc2a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)