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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????消 | 001111110011111100111111001111111000111111000001 | 3f3f3f3f8fc1 |
EUC-JP | ????消 | 001111110011111100111111001111111011111011000011 | 3f3f3f3fbec3 |
UTF-8 | 먏뽳뢽먏消 | 111010111010100010001111111010111011110110110011111010111010001010111101111010111010100010001111111001101011011010001000 | eba88febbdb3eba2bdeba88fe6b688 |
UHC | 먏뽳뢽먏消 | 10010000110011011001011011101111100011110111101010010000110011011110000110111100 | 90cd96ef8f7a90cde1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)