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 | 鮱竺 | 11111100010001001000111010110001 | fc448eb1 |
EUC-JP | 鮱竺 | 1000111111101010111001101011110010110011 | 8feae6bcb3 |
UTF-8 | 鮱竺 | 111010011010111010110001111001111010101110111010 | e9aeb1e7abba |
UHC | ?竺 | 001111111111010111100111 | 3ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)