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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | ????曹H | 00111111001111110011111100111111100100011000001001001000 | 3f3f3f3f918248 |
EUC-JP | ????曹H | 00111111001111110011111100111111110000011110001001001000 | 3f3f3f3fc1e248 |
UTF-8 | 렯롛렯롚曹H | 11101011101000001010111111101011101000011001101111101011101000001010111111101011101000011001101011100110100110111011100101001000 | eba0afeba19beba0afeba19ae69bb948 |
UHC | 렯롛렯롚曹H | 1000111010111100100011101101111110001110101111001000111011011110111100001100011101001000 | 8ebc8edf8ebc8edef0c748 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)