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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
EUC-JP | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
UTF-8 | 챨쨩챔횥BF | 1110110010110001101010001110110010101000101010011110110010110001100101001110110110011010101001010100001001000110 | ecb1a8eca8a9ecb194ed9aa54246 |
UHC | 챨쨩챔횥BF | 11000011101100001100001010111011110000111010100011000011100111000100001001000110 | c3b0c2bbc3a8c39c4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)