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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 肢?せ?B | 10001110100010000011111110000010101110010011111101000010 | 8e883f82b93f42 |
EUC-JP | 肢?せ?B | 10111011111010000011111110100100101110110011111101000010 | bbe83fa4bb3f42 |
UTF-8 | 肢끓せ렋B | 11101000100000101010001011101011100000011001001111100011100000011001101111101011101000001000101101000010 | e882a2eb8193e3819beba08b42 |
UHC | 肢끓せ렋B | 111100101011011010110010111110101010101010111011100011101010001001000010 | f2b6b2faaabb8ea242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)