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 | 閻玖旅 | 111010001000010110001011111010001001011110110111 | e8858be897b7 |
EUC-JP | 閻玖旅 | 111011111110010110110110111010101100111010111001 | efe5b6eaceb9 |
UTF-8 | 閻玖旅 | 111010011001011010111011111001111000111010010110111001101001011110000101 | e996bbe78e96e69785 |
UHC | 閻玖旅 | 111001111010001011001111101110001101010111101001 | e7a2cfb8d5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)