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 | 訝??塋ら?^ | 11100110011000100011111100111111100110101100100010000010111001110011111101011110 | e6623f3f9ac882e73f5e |
EUC-JP | 訝??塋ら?^ | 11101011110000110011111100111111110101001100101010100100111010010011111101011110 | ebc33f3fd4caa4e93f5e |
UTF-8 | 訝방릫塋ら걫^ | 11101000101010001001110111101011101100001010100111101011101001101010101111100101101000011000101111100011100000101000100111101010101100011010101101011110 | e8a89debb0a9eba6abe5a18be38289eab1ab5e |
UHC | 訝방릫塋ら걫^ | 11100100101110001011100111100110100100001000110111100111101010111010101011101001100000011001010001011110 | e4b8b9e6908de7abaae981945e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)