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 | 鴣渫瀾 | 111010011111001110011111110101101110000001110000 | e9f39fd6e070 |
EUC-JP | 鴣渫瀾 | 111100101111010111011110110110001101111111010001 | f2f5ded8dfd1 |
UTF-8 | 鴣渫瀾 | 111010011011010010100011111001101011100010101011111001111000000010111110 | e9b4a3e6b8abe780be |
UHC | ?渫瀾 | 0011111111100000110111101101010110110011 | 3fe0ded5b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)