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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 陜檎弦] | 11101000100111011000110011100111100011001011011101011101 | e89d8ce78cb75d |
EUC-JP | 陜檎弦] | 11101111111111011011100011101001101110001011100101011101 | effdb8e9b8b95d |
UTF-8 | 陜檎弦] | 11101001100110011001110011100110101010101000111011100101101111001010011001011101 | e9999ce6aa8ee5bca65d |
UHC | 陜檎弦] | 11111001111100001101000011010101111110101101011101011101 | f9f0d0d5fad75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)