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 | ?豸茣 | 0011111111100110101101101110010010110010 | 3fe6b6e4b2 |
EUC-JP | 鉶豸茣 | 10001111111000111111000011101100101110001110100010110100 | 8fe3f0ecb8e8b4 |
UTF-8 | 鉶豸茣 | 111010011000100110110110111010001011000110111000111010001000110010100011 | e989b6e8b1b8e88ca3 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)