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 | 阯・阯・^ | 11101000100101111010010111101000100101111010010101011110 | e897a5e897a55e |
EUC-JP | 阯・阯・^ | 111011111111011110001110101001011110111111110111100011101010010101011110 | eff78ea5eff78ea55e |
UTF-8 | 阯・阯・^ | 11101001100110001010111111101111101111011010010111101001100110001010111111101111101111011010010101011110 | e998afefbda5e998afefbda55e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)