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 | 灌牘 | 10011111111100111110000010101111 | 9ff3e0af |
EUC-JP | 灌牘 | 11011110111101011110000010110001 | def5e0b1 |
UTF-8 | 灌牘 | 111001111000000110001100111001111000100110011000 | e7818ce78998 |
UHC | 灌牘 | 11001110101101001101010010111010 | ceb4d4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)