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 | 閻駆棘 | 111010001000010110001011111011001001111010011001 | e8858bec9e99 |
EUC-JP | 閻駆棘 | 111011111110010110110110111011101101101111111001 | efe5b6eedbf9 |
UTF-8 | 閻駆棘 | 111010011001011010111011111010011010011110000110111001101010001110011000 | e996bbe9a786e6a398 |
UHC | 閻?棘 | 1110011110100010001111111101000010111110 | e7a23fd0be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)