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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 痾鈔h | 1110000101111101111001111110001001101000 | e17de7e268 |
EUC-JP | 痾鈔h | 1110000111011110111011101110010001101000 | e1deeee468 |
UTF-8 | 痾鈔h | 11100111100101111011111011101001100010001001010001101000 | e797bee9889468 |
UHC | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)