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 | ???a | 00111111001111110011111101100001 | 3f3f3f61 |
SJIS-WIN | 贖?銑a | 111001101101110000111111100100010100110001100001 | e6dc3f914c61 |
EUC-JP | 贖?銑a | 111011001101111000111111110000011010110101100001 | ecde3fc1ad61 |
UTF-8 | 贖卨銑a | 11101000101101001001011011100101100011011010100011101001100010101001000101100001 | e8b496e58da8e98a9161 |
UHC | 贖卨銑a | 11100001110110111110000011011001111000001101010101100001 | e1dbe0d9e0d561 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)