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 | èþè¡B | 11101000111111101000011011101000101000011001001101000010 | e8fe86e8a19342 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | èþ?è¡?B | 100011111010101110110010100011111010100111010000001111111000111110101011101100101000111110100010110000100011111101000010 | 8fabb28fa9d03f8fabb28fa2c23f42 |
UTF-8 | èþè¡B | 11000011101010001100001110111110110000101000011011000011101010001100001010100001110000101001001101000010 | c3a8c3bec286c3a8c2a1c29342 |
UHC | ?þ??¡?B | 001111111010100110101101001111110011111110100010101011100011111101000010 | 3fa9ad3f3fa2ae3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)