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 | 讖溢ソ | 1110011010101001100010001110110010111111 | e6a988ecbf |
EUC-JP | 讖溢ソ | 111011001010101110110000111011101000111010111111 | ecabb0ee8ebf |
UTF-8 | 讖溢ソ | 111010001010111010010110111001101011101010100010111011111011110110111111 | e8ae96e6baa2efbdbf |
UHC | 讖溢? | 1111001111011001111011001110111000111111 | f3d9ecee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)