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 | 閻玖粥 | 111010001000010110001011111010001000101010011111 | e8858be88a9f |
EUC-JP | 閻玖粥 | 111011111110010110110110111010101011010010100001 | efe5b6eab4a1 |
UTF-8 | 閻玖粥 | 111010011001011010111011111001111000111010010110111001111011001010100101 | e996bbe78e96e7b2a5 |
UHC | 閻玖粥 | 111001111010001011001111101110001111000111010100 | e7a2cfb8f1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)