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 | ??x^ | 00111111001111110111100001011110 | 3f3f785e |
SJIS-WIN | ゥ。x^ | 10101001101000010111100001011110 | a9a1785e |
EUC-JP | ゥ。x^ | 100011101010100110001110101000010111100001011110 | 8ea98ea1785e |
UTF-8 | ゥ。x^ | 1110111110111101101010011110111110111101101000010111100001011110 | efbda9efbda1785e |
UHC | ??x^ | 00111111001111110111100001011110 | 3f3f785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)