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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 俉??@B | 111110100110000100111111001111110100000001000010 | fa613f3f4042 |
EUC-JP | 俉??@B | 10001111101100011011101100111111001111110100000001000010 | 8fb1bb3f3f4042 |
UTF-8 | 俉묐젡@B | 1110010010111111100010011110101110101100100100001110110010100000101000010100000001000010 | e4bf89ebac90eca0a14042 |
UHC | 俉묐젡@B | 1110011111101011100100011110101110100000100110100100000001000010 | e7eb91eba09a4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)