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 | 1110110110011010100100111110110010110001101100001110110010110001101010001110110110011010100000100100001001000110 | ed9a93ecb1b0ecb1a8ed9a824246 |
UHC | 횓챰챨횂BF | 11000011100011101100001110110001110000111011000011000011100000100100001001000110 | c38ec3b1c3b0c3824246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)