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 | 11101100100001011011100011101100100001001010001111101000100011011000111101000010 | ec85b8ec84a3e88d8f42 |
UHC | 셸섣荏B | 10111100110100001011110010110010111011001111101101000010 | bcd0bcb2ecfb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)