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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 疇鶻鳧 | 111000010110010111101010010100101110100111101000 | e165ea52e9e8 |
EUC-JP | 疇鶻鳧 | 111000011100011011110011101100111111001011101010 | e1c6f3b3f2ea |
UTF-8 | 疇鶻鳧 | 111001111001011010000111111010011011011010111011111010011011001110100111 | e79687e9b6bbe9b3a7 |
UHC | 疇?鳧 | 1111000111000010001111111101110111000000 | f1c23fddc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)