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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嶸呷ィ洩 | 11111010101101001001100111101100101010001000100101101011 | fab499eca8896b |
EUC-JP | 嶸呷ィ洩 | 100011111011101111110100110100101110111010001110101010001011000111001100 | 8fbbf4d2ee8ea8b1cc |
UTF-8 | 嶸呷ィ洩 | 111001011011011010111000111001011001000110110111111011111011110110101000111001101011010010101001 | e5b6b8e591b7efbda8e6b4a9 |
UHC | 嶸??洩 | 111001111010111000111111001111111110000011011101 | e7ae3f3fe0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)