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 | 閻矩け | 111010001000010110001011111010011000001010101111 | e8858be982af |
EUC-JP | 閻矩け | 111011111110010110110110111010111010010010110001 | efe5b6eba4b1 |
UTF-8 | 閻矩け | 111010011001011010111011111001111001111110101001111000111000000110010001 | e996bbe79fa9e38191 |
UHC | 閻矩け | 111001111010001011001111101110111010101010110001 | e7a2cfbbaab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)