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 | 霽棺霽棺^ | 111010001100011110001010101110111110100011000111100010101011101101011110 | e8c78abbe8c78abb5e |
EUC-JP | 霽棺霽棺^ | 111100001100100110110100101111011111000011001001101101001011110101011110 | f0c9b4bdf0c9b4bd5e |
UTF-8 | 霽棺霽棺^ | 11101001100111001011110111100110101000111011101011101001100111001011110111100110101000111011101001011110 | e99cbde6a3bae99cbde6a3ba5e |
UHC | 霽棺霽棺^ | 111100001011100011001110101100101111000010111000110011101011001001011110 | f0b8ceb2f0b8ceb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)