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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蘖??B | 1001111101010000001111110011111101000010 | 9f503f3f42 |
EUC-JP | 蘖??B | 1101110110110001001111110011111101000010 | ddb13f3f42 |
UTF-8 | 蘖띷춲B | 11101000100110001001011011101011100111011011011111101100101101101011001001000010 | e89896eb9db7ecb6b242 |
UHC | 蘖띷춲B | 11100101111011101000110111100110101011011000111001000010 | e5ee8de6ad8e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)