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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鍜截 | 11101000010001111001110101000010 | e8479d42 |
EUC-JP | 鍜截 | 11101111101010001101100110100011 | efa8d9a3 |
UTF-8 | 鍜截 | 111010011000110110011100111001101000100010101010 | e98d9ce688aa |
UHC | ?截 | 001111111110111110111000 | 3fefb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)