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 | 蕈ф▼ | 111001001111110010000100100001101000000110100101 | e4fc848681a5 |
EUC-JP | 蕈ф▼ | 111010001111111010100111111001101010001010100111 | e8fea7e6a2a7 |
UTF-8 | 蕈ф▼ | 1110100010010101100010001101000110000100111000101001011010111100 | e89588d184e296bc |
UHC | ?ф▼ | 0011111110101100111001101010000111100101 | 3face6a1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)