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 | 倚磬孔 | 100110001101111111100001111111001000110101000101 | 98dfe1fc8d45 |
EUC-JP | 倚磬孔 | 110100001110000111100010111111101011100110100110 | d0e1e2feb9a6 |
UTF-8 | 倚磬孔 | 111001011000000010011010111001111010001110101100111001011010110110010100 | e5809ae7a3ace5ad94 |
UHC | 倚磬孔 | 111010111110111111001100111001001100110111101110 | ebefcce4cdee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)