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 | ãSI^ | 11100011010100111000010010001000100010100100100101011110 | e35384888a495e |
SJIS-WIN | ?S???I^ | 00111111010100110011111100111111001111110100100101011110 | 3f533f3f3f495e |
EUC-JP | ãS???I^ | 100011111010101110101010010100110011111100111111001111110100100101011110 | 8fabaa533f3f3f495e |
UTF-8 | ãSI^ | 1100001110100011010100111100001010000100110000101000100011000010100010100100100101011110 | c3a353c284c288c28a495e |
UHC | ?S???I^ | 00111111010100110011111100111111001111110100100101011110 | 3f533f3f3f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)