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 | 閻吃閻 | 111010001000010110001011011010001110100010000101 | e8858b68e885 |
EUC-JP | 閻吃閻 | 111011111110010110110101110010011110111111100101 | efe5b5c9efe5 |
UTF-8 | 閻吃閻 | 111010011001011010111011111001011001000010000011111010011001011010111011 | e996bbe59083e996bb |
UHC | 閻吃閻 | 111001111010001011111101110111101110011110100010 | e7a2fddee7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)