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 | 11100101111011001000100011100110100011101000100001000010 | e5ec88e68e8842 |
EUC-JP | 褌域肢B | 11101010111011101011000011101000101110111110100001000010 | eaeeb0e8bbe842 |
UTF-8 | 褌域肢B | 11101000101001001000110011100101100111111001111111101000100000101010001001000010 | e8a48ce59f9fe882a242 |
UHC | ?域肢B | 001111111110011010110100111100101011011001000010 | 3fe6b4f2b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)