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 | 111010111010000110010100111010111010000110001011010110011110101110100001100101001110101110100001100010110110001001101110011011110100001001000110 | eba194eba18b59eba194eba18b626e6f4246 |
UHC | 롔롋Y롔롋bnoBF | 1000111011011000100011101101000101011001100011101101100010001110110100010110001001101110011011110100001001000110 | 8ed88ed1598ed88ed1626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)