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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 騾。螢檎郷 | 111010011000000010100001111001011010001110001100111001111000101110111101 | e980a1e5a38ce78bbd |
EUC-JP | 騾。螢檎郷 | 11110001111000001000111010100001111010101010010110111000111010011011011010111111 | f1e08ea1eaa5b8e9b6bf |
UTF-8 | 騾。螢檎郷 | 111010011010100010111110111011111011110110100001111010001001111010100010111001101010101010001110111010011000001110110111 | e9a8beefbda1e89ea2e6aa8ee983b7 |
UHC | ??螢檎? | 00111111001111111111101110101011110100001101010100111111 | 3f3ffbabd0d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)