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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 宵粹ォエ^ | 10001111101010101110001011101101101010111011010001011110 | 8faae2edabb45e |
EUC-JP | 宵粹ォエ^ | 101111101010110011100100111011111000111010101011100011101011010001011110 | beace4ef8eab8eb45e |
UTF-8 | 宵粹ォエ^ | 11100101101011101011010111100111101100101011100111101111101111011010101111101111101111011011010001011110 | e5aeb5e7b2b9efbdabefbdb45e |
UHC | 宵粹??^ | 11100001101100101110001010110110001111110011111101011110 | e1b2e2b63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)