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 | èCä¥ | 111010000100001110000010111001001000111110100101 | e84382e48fa5 |
SJIS-WIN | ?C???¥ | 00111111010000110011111100111111001111111000000110001111 | 3f433f3f3f818f |
EUC-JP | èC?ä?? | 10001111101010111011001001000011001111111000111110101011101000110011111100111111 | 8fabb2433f8faba33f3f |
UTF-8 | èCä¥ | 1100001110101000010000111100001010000010110000111010010011000010100011111100001010100101 | c3a843c282c3a4c28fc2a5 |
UHC | ?C???? | 001111110100001100111111001111110011111100111111 | 3f433f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)