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 | 0011111100111111100010010110000001000010 | 3f3f896042 |
EUC-JP | ??荏B | 0011111100111111101100011100000101000010 | 3f3fb1c142 |
UTF-8 | 씽롂荏B | 11101100100101001011110111101011101000011000001011101000100011011000111101000010 | ec94bdeba182e88d8f42 |
UHC | 씽롂荏B | 10111110110001011000111011001001111011001111101101000010 | bec58ec9ecfb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)