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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 毓??B | 1001111101111001001111110011111101000010 | 9f793f3f42 |
EUC-JP | 毓??B | 1101110111011010001111110011111101000010 | ddda3f3f42 |
UTF-8 | 毓묋랜B | 11100110101011111001001111101011101011001000101111101011100111101001110001000010 | e6af93ebac8beb9e9c42 |
UHC | 毓묋랜B | 11101011101111101001000111101000101101111010001101000010 | ebbe91e8b7a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)