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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 齎私??諍臼 | 11100110110110001000111010000100001111110011111111100110011110011000100101010000 | e6d88e843f3fe6798950 |
EUC-JP | 齎私??諍臼 | 11101100110110101011101111100100001111110011111111101011110110101011000110110001 | ecdabbe43f3febdab1b1 |
UTF-8 | 齎私렢렕諍臼 | 111010011011110110001110111001111010011110000001111010111010000010100010111010111010000010010101111010001010101110001101111010001000011110111100 | e9bd8ee7a781eba0a2eba095e8ab8de887bc |
UHC | 齎私렢렕諍臼 | 111011101011001011011110111001111000111010110011100011101010101011101110101101011100111110111111 | eeb2dee78eb38eaaeeb5cfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)