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 | 蒄釤蒄釤^ | 111001001101010111111011101111111110010011010101111110111011111101011110 | e4d5fbbfe4d5fbbf5e |
EUC-JP | 蒄釤蒄釤^ | 1110100011010111100011111110001110101010111010001101011110001111111000111010101001011110 | e8d78fe3aae8d78fe3aa5e |
UTF-8 | 蒄釤蒄釤^ | 11101000100100101000010011101001100001111010010011101000100100101000010011101001100001111010010001011110 | e89284e987a4e89284e987a45e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)