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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ?央?F | 0011111110001001100110110011111101000110 | 3f899b3f46 |
EUC-JP | ?央饍F | 00111111101100011111101110001111111010001110110101000110 | 3fb1fb8fe8ed46 |
UTF-8 | 卨央饍F | 11100101100011011010100011100101101001001010111011101001101001011000110101000110 | e58da8e5a4aee9a58d46 |
UHC | 卨央饍F | 11100000110110011110010011100111111000001101011101000110 | e0d9e4e7e0d746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)