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 | 1110110110011010100001101110110010110010101011001110110010101000100101001110110110011010101001100100001001000110 | ed9a86ecb2aceca894ed9aa64246 |
UHC | 횆첬쨔횦BF | 11000011100001001100001110111010110000101011100111000011100111010100001001000110 | c384c3bac2b9c39d4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)