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 | 諛域m | 111001101000011110001000111001101000001010001101 | e68788e6828d |
EUC-JP | 諛域m | 111010111110011110110000111010001010001111101101 | ebe7b0e8a3ed |
UTF-8 | 諛域m | 111010001010101110011011111001011001111110011111111011111011110110001101 | e8ab9be59f9fefbd8d |
UHC | 諛域m | 111010111011000011100110101101001010001111101101 | ebb0e6b4a3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)