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 | äè^] | 11100100111010001000001110000110100011010101111001011101 | e4e883868d5e5d |
SJIS-WIN | ?????^] | 00111111001111110011111100111111001111110101111001011101 | 3f3f3f3f3f5e5d |
EUC-JP | äè???^] | 1000111110101011101000111000111110101011101100100011111100111111001111110101111001011101 | 8faba38fabb23f3f3f5e5d |
UTF-8 | äè^] | 110000111010010011000011101010001100001010000011110000101000011011000010100011010101111001011101 | c3a4c3a8c283c286c28d5e5d |
UHC | ?????^] | 00111111001111110011111100111111001111110101111001011101 | 3f3f3f3f3f5e5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)