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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 将薤召E | 100011111010101111100101010001011000111110100010111100000101001001000101 | 8fabe5458fa2f05245 |
EUC-JP | 将薤召?E | 1011111010101101111010011010011010111110101001000011111101000101 | beade9a6bea43f45 |
UTF-8 | 将薤召E | 11100101101100001000011011101000100101101010010011100101100011111010110011101110100000001001001001000101 | e5b086e896a4e58facee809245 |
UHC | ??召?E | 001111110011111111100001101011110011111101000101 | 3f3fe1af3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)