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 | ???LoBF | 00111111001111110011111101001100011011110100001001000110 | 3f3f3f4c6f4246 |
SJIS-WIN | ?繹?LoBF | 0011111111100011100010000011111101001100011011110100001001000110 | 3fe3883f4c6f4246 |
EUC-JP | ?繹?LoBF | 0011111111100101111010000011111101001100011011110100001001000110 | 3fe5e83f4c6f4246 |
UTF-8 | 렱繹롐LoBF | 11101011101000001011000111100111101110011011100111101011101000011001000001001100011011110100001001000110 | eba0b1e7b9b9eba1904c6f4246 |
UHC | 렱繹롐LoBF | 10001110101111101110011010111010100011101101011001001100011011110100001001000110 | 8ebee6ba8ed64c6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)