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 | èö¿x | 11101000111101101011111101111000 | e8f6bf78 |
SJIS-WIN | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
EUC-JP | èö¿x | 10001111101010111011001010001111101010111101001110001111101000101100010001111000 | 8fabb28fabd38fa2c478 |
UTF-8 | èö¿x | 11000011101010001100001110110110110000101011111101111000 | c3a8c3b6c2bf78 |
UHC | ??¿x | 0011111100111111101000101010111101111000 | 3f3fa2af78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)