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 | 邁楢詐 | 111001111011000010010011111010001000110110111100 | e7b093e88dbc |
EUC-JP | 邁楢詐 | 111011101011001011000110111010101011101010111110 | eeb2c6eababe |
UTF-8 | 邁楢詐 | 111010011000001010000001111001101010010110100010111010001010100110010000 | e98281e6a5a2e8a990 |
UHC | 邁楢詐 | 110110001110010011101010111110011101111011110001 | d8e4eaf9def1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)