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 | äüFB | 11100100111111001000010010001011100000010100011001000010 | e4fc848b814642 |
SJIS-WIN | ?????FB | 00111111001111110011111100111111001111110100011001000010 | 3f3f3f3f3f4642 |
EUC-JP | äü???FB | 1000111110101011101000111000111110101011111001000011111100111111001111110100011001000010 | 8faba38fabe43f3f3f4642 |
UTF-8 | äüFB | 110000111010010011000011101111001100001010000100110000101000101111000010100000010100011001000010 | c3a4c3bcc284c28bc2814642 |
UHC | ?????FB | 00111111001111110011111100111111001111110100011001000010 | 3f3f3f3f3f4642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)