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] | 111100001110100010111100101110000101000101011101 | f0e8bcb8515d |
EUC-JP | ?シクQ] | 00111111100011101011110010001110101110000101000101011101 | 3f8ebc8eb8515d |
UTF-8 | シクQ] | 1110111010000010101001111110111110111101101111001110111110111101101110000101000101011101 | ee82a7efbdbcefbdb8515d |
UHC | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)