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 | 顫楠臓 | 111010001111101010010011111011011001000110011111 | e8fa93ed919f |
EUC-JP | 顫楠臓 | 111100001111110011000110111011111100001010100001 | f0fcc6efc2a1 |
UTF-8 | 顫楠臓 | 111010011010000110101011111001101010010110100000111010001000011110010011 | e9a1abe6a5a0e88793 |
UHC | 顫楠? | 1110111110110101110100011111100000111111 | efb5d1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)