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 | 齎??齎??^ | 111001101101100000111111001111111110011011011000001111110011111101011110 | e6d83f3fe6d83f3f5e |
EUC-JP | 齎??齎??^ | 111011001101101000111111001111111110110011011010001111110011111101011110 | ecda3f3fecda3f3f5e |
UTF-8 | 齎흩툰齎흩툰^ | 11101001101111011000111011101101100111011010100111101101100010001011000011101001101111011000111011101101100111011010100111101101100010001011000001011110 | e9bd8eed9da9ed88b0e9bd8eed9da9ed88b05e |
UHC | 齎흩툰齎흩툰^ | 11101110101100101100100011110000110001011111011111101110101100101100100011110000110001011111011101011110 | eeb2c8f0c5f7eeb2c8f0c5f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)