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] | 100111110111100100111111001111110101000101011101 | 9f793f3f515d |
EUC-JP | 毓??Q] | 110111011101101000111111001111110101000101011101 | ddda3f3f515d |
UTF-8 | 毓묒닞Q] | 1110011010101111100100111110101110101100100100101110101110001011100111100101000101011101 | e6af93ebac92eb8b9e515d |
UHC | 毓묒닞Q] | 1110101110111110100100011110110010001000100111100101000101011101 | ebbe91ec889e515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)