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 | 讖。德 | 1110011010101001101000011111101010111010 | e6a9a1faba |
EUC-JP | 讖。? | 1110110010101011100011101010000100111111 | ecab8ea13f |
UTF-8 | 讖。德 | 111010001010111010010110111011111011110110100001111001011011111010110111 | e8ae96efbda1e5beb7 |
UHC | 讖?德 | 1111001111011001001111111101001111101100 | f3d93fd3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)