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 | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | ????据@h | 0011111100111111001111110011111110010000100110000100000001101000 | 3f3f3f3f90984068 |
EUC-JP | ????据@h | 0011111100111111001111110011111110111111111110000100000001101000 | 3f3f3f3fbff84068 |
UTF-8 | 렻렍렻씻据@h | 1110101110100000101110111110101110100000100011011110101110100000101110111110110010010100101110111110011010001101101011100100000001101000 | eba0bbeba08deba0bbec94bbe68dae4068 |
UHC | 렻렍렻씻据@h | 100011101100001110001110101000111000111011000011101111101100010011001011110111110100000001101000 | 8ec38ea38ec3bec4cbdf4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)