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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蠻ホ諳蠻ホ諚^ | 1110010111000101110011101110011001111101111001011100010111001110111001100111101101011110 | e5c5cee67de5c5cee67b5e |
EUC-JP | 蠻ホ諳蠻ホ諚^ | 11101010110001111000111011001110111010111101111011101010110001111000111011001110111010111101110001011110 | eac78eceebdeeac78eceebdc5e |
UTF-8 | 蠻ホ諳蠻ホ諚^ | 11101000101000001011101111101111101111101000111011101000101010111011001111101000101000001011101111101111101111101000111011101000101010111001101001011110 | e8a0bbefbe8ee8abb3e8a0bbefbe8ee8ab9a5e |
UHC | 蠻??蠻??^ | 110110001100000100111111001111111101100011000001001111110011111101011110 | d8c13f3fd8c13f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)