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 | çù騨 | 111001111111100110011111111010011010100010101000 | e7f99fe9a8a8 |
SJIS-WIN | ????¨¨ | 0011111100111111001111110011111110000001010011101000000101001110 | 3f3f3f3f814e814e |
EUC-JP | çù?騨 | 1000111110101011101011101000111110101011111000110011111110001111101010111011000110100001101011111010000110101111 | 8fabae8fabe33f8fabb1a1afa1af |
UTF-8 | çù騨 | 110000111010011111000011101110011100001010011111110000111010100111000010101010001100001010101000 | c3a7c3b9c29fc3a9c2a8c2a8 |
UHC | ????¨¨ | 0011111100111111001111110011111110100001101001111010000110100111 | 3f3f3f3fa1a7a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)