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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
EUC-JP | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
UTF-8 | 쒔렡쒀렺Q] | 1110110010010010100101001110101110100000101000011110110010010010100000001110101110100000101110100101000101011101 | ec9294eba0a1ec9280eba0ba515d |
UHC | 쒔렡쒀렺Q] | 10111110101011011000111010110010101111101010110010001110110000100101000101011101 | bead8eb2beac8ec2515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)