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 | 瑙雜糜 | 111000001110110111101000101101101110001011110100 | e0ede8b6e2f4 |
EUC-JP | 瑙雜糜 | 111000001110111111110000101110001110010011110110 | e0eff0b8e4f6 |
UTF-8 | 瑙雜糜 | 111001111001000110011001111010011001101110011100111001111011001110011100 | e79199e99b9ce7b39c |
UHC | 瑙雜? | 1101001011000101111011011101101000111111 | d2c5edda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)