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?? | 001111110011111100111111010100010011111100111111 | 3f3f3f513f3f |
SJIS-WIN | 痾咤鈔Q鱆瘁 | 1110000101111101100110100100001011100111111000100101000111101001111000011110000110000001 | e17d9a42e7e251e9e1e181 |
EUC-JP | 痾咤鈔Q鱆瘁 | 1110000111011110110100111010001111101110111001000101000111110010111000111110000111100001 | e1ded3a3eee451f2e3e1e1 |
UTF-8 | 痾咤鈔Q鱆瘁 | 11100111100101111011111011100101100100101010010011101001100010001001010001010001111010011011000110000110111001111001100010000001 | e797bee592a4e9889451e9b186e79881 |
UHC | ?咤?Q?? | 00111111111101101110001100111111010100010011111100111111 | 3ff6e33f513f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)