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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 齎?踞 | 1110011011011000001111111110011011110101 | e6d83fe6f5 |
EUC-JP | 齎?踞 | 1110110011011010001111111110110011110111 | ecda3fecf7 |
UTF-8 | 齎흩踞 | 111010011011110110001110111011011001110110101001111010001011100010011110 | e9bd8eed9da9e8b89e |
UHC | 齎흩踞 | 111011101011001011001000111100001100101111100110 | eeb2c8f0cbe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)