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] | 11100000110101100011111100111111001111110101000101011101 | e0d63f3f3f515d |
EUC-JP | 獰???Q] | 11100000110110000011111100111111001111110101000101011101 | e0d83f3f3f515d |
UTF-8 | 獰앇띸퓪Q] | 1110011110001101101100001110110010010101100001111110101110011101101110001110110110010011101010100101000101011101 | e78db0ec9587eb9db8ed93aa515d |
UHC | 獰앇띸퓪Q] | 11100111101111101001110111010001100011011110011110111111100100100101000101011101 | e7be9dd18de7bf92515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)