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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 毓??毓??B | 100111110111100100111111001111111001111101111001001111110011111101000010 | 9f793f3f9f793f3f42 |
EUC-JP | 毓??毓??B | 110111011101101000111111001111111101110111011010001111110011111101000010 | ddda3f3fddda3f3f42 |
UTF-8 | 毓몄맀毓몄맀B | 11100110101011111001001111101011101010101000010011101011101001111000000011100110101011111001001111101011101010101000010011101011101001111000000001000010 | e6af93ebaa84eba780e6af93ebaa84eba78042 |
UHC | 毓몄맀毓몄맀B | 11101011101111101011100011101100100100001001101111101011101111101011100011101100100100001001101101000010 | ebbeb8ec909bebbeb8ec909b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)