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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 箋檎勧W | 11100010101100111000110011100111100010101010100101010111 | e2b38ce78aa957 |
EUC-JP | 箋檎勧W | 11100100101101011011100011101001101101001010101101010111 | e4b5b8e9b4ab57 |
UTF-8 | 箋檎勧W | 11100111101011101000101111100110101010101000111011100101100010111010011101010111 | e7ae8be6aa8ee58ba757 |
UHC | 箋檎?W | 111011111010100011010000110101010011111101010111 | efa8d0d53f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)