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] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 眩瘁痣Q] | 1110000110111111111000011000000111100001011110110101000101011101 | e1bfe181e17b515d |
EUC-JP | 眩瘁痣Q] | 1110001011000001111000011110000111100001110111000101000101011101 | e2c1e1e1e1dc515d |
UTF-8 | 眩瘁痣Q] | 1110011110011100101010011110011110011000100000011110011110010111101000110101000101011101 | e79ca9e79881e797a3515d |
UHC | 眩??Q] | 111110101101111100111111001111110101000101011101 | fadf3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)