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 | 薨御貴 | 111001010100100110001100111001001000101101001101 | e5498ce48b4d |
EUC-JP | 薨御貴 | 111010011010101010111000111001101011010110101110 | e9aab8e6b5ae |
UTF-8 | 薨御貴 | 111010001001011010101000111001011011111010100001111010001011001010110100 | e896a8e5bea1e8b2b4 |
UHC | 薨御貴 | 111111011011110011100101110110011100111111111110 | fdbce5d9cffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)