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 | 辯滔沁 | 111001111000011110011111111010111001111110001110 | e7879feb9f8e |
EUC-JP | 辯滔沁 | 111011011110011111011110111011011101110111101110 | ede7deedddee |
UTF-8 | 辯滔沁 | 111010001011111010101111111001101011101110010100111001101011001010000001 | e8beafe6bb94e6b281 |
UHC | 辯滔沁 | 110111001010101011010100101001011110001111111110 | dcaad4a5e3fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)