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 | 10001000110101010011111110001000110101010011111101000010 | 88d53f88d53f42 |
EUC-JP | 易?易?B | 10110000110101110011111110110000110101110011111101000010 | b0d73fb0d73f42 |
UTF-8 | 易칬易칬B | 11100110100110001001001111101100101110011010110011100110100110001001001111101100101110011010110001000010 | e69893ecb9ace69893ecb9ac42 |
UHC | 易칬易칬B | 111001101011011010101111011110101110011010110110101011110111101001000010 | e6b6af7ae6b6af7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)