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 | 摯?摯?^ | 10011101100101010011111110011101100101010011111101011110 | 9d953f9d953f5e |
EUC-JP | 摯?摯?^ | 11011001111101010011111111011001111101010011111101011110 | d9f53fd9f53f5e |
UTF-8 | 摯춈摯쵱^ | 11100110100100011010111111101100101101101000100011100110100100011010111111101100101101011011000101011110 | e691afecb688e691afecb5b15e |
UHC | 摯춈摯쵱^ | 111100101010011111000011110111101111001010100111110000111101110001011110 | f2a7c3def2a7c3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)