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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 迯冗瑳^ | 11100111100011011000111111100111100011011011101001011110 | e78d8fe78dba5e |
EUC-JP | 迯冗瑳^ | 11101101111011011011111011101001101110101011110001011110 | ededbee9babc5e |
UTF-8 | 迯冗瑳^ | 11101000101111111010111111100101100001101001011111100111100100011011001101011110 | e8bfafe58697e791b35e |
UHC | ?冗?^ | 0011111111101001101101110011111101011110 | 3fe9b73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)