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 | 摯룁摯뢸^ | 11100110100100011010111111101011101000111000000111100110100100011010111111101011101000101011100001011110 | e691afeba381e691afeba2b85e |
UHC | 摯룁摯뢸^ | 111100101010011110110111110111101111001010100111101101111101110001011110 | f2a7b7def2a7b7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)