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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?豸鰮 | 0011111111100110101101101110100111011001 | 3fe6b6e9d9 |
EUC-JP | 鉶豸鰮 | 10001111111000111111000011101100101110001111001011011011 | 8fe3f0ecb8f2db |
UTF-8 | 鉶豸鰮 | 111010011000100110110110111010001011000110111000111010011011000010101110 | e989b6e8b1b8e9b0ae |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)