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 | 10010111011110101110101001010100111010001110100101000110 | 977aea54e8e946 |
EUC-JP | 陽鶺韜F | 11001101110110111111001110110101111100001110101101000110 | cddbf3b5f0eb46 |
UTF-8 | 陽鶺韜F | 11101001100110011011110111101001101101101011101011101001100111111001110001000110 | e999bde9b6bae99f9c46 |
UHC | 陽?韜F | 111001011101010100111111110101001011011101000110 | e5d53fd4b746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)