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 | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
EUC-JP | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
UTF-8 | 溜브콦溜뛬BF | 1110111110100111100010111110101110111000100011001110110010111101101001101110111110100111100010111110101110011011101011000100001001000110 | efa78bebb88cecbda6efa78beb9bac4246 |
UHC | 溜브콦溜뛬BF | 111010101111111010111010111010101011000110011100111010101111111010001101011011110100001001000110 | eafebaeab19ceafe8d6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)