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 | 辯滔棕 | 111001111000011110011111111010111001111010100001 | e7879feb9ea1 |
EUC-JP | 辯滔棕 | 111011011110011111011110111011011101110010100011 | ede7deeddca3 |
UTF-8 | 辯滔棕 | 111010001011111010101111111001101011101110010100111001101010001110010101 | e8beafe6bb94e6a395 |
UHC | 辯滔棕 | 110111001010101011010100101001011111000011110111 | dcaad4a5f0f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)