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 | ??Y??bnoBF | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
SJIS-WIN | ??Y??bnoBF | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
EUC-JP | ??Y??bnoBF | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
UTF-8 | 횥쨍Y횥쨍bnoBF | 111011011001101010100101111011001010100010001101010110011110110110011010101001011110110010101000100011010110001001101110011011110100001001000110 | ed9aa5eca88d59ed9aa5eca88d626e6f4246 |
UHC | 횥쨍Y횥쨍bnoBF | 1100001110011100110000101011100001011001110000111001110011000010101110000110001001101110011011110100001001000110 | c39cc2b859c39cc2b8626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)