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 | 11101000100110001001011011101011101111011010111111101100101000001011011101000010 | e89896ebbdafeca0b742 |
UHC | 蘖뽯젷B | 11100101111011101001011011101011101000001010101101000010 | e5ee96eba0ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)