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 | 111110110100010110011010010100001111101101000101100110100101000001000010 | fb459a50fb459a5042 |
EUC-JP | 淼啀淼啀B | 1000111111000111111001101101001110110001100011111100011111100110110100111011000101000010 | 8fc7e6d3b18fc7e6d3b142 |
UTF-8 | 淼啀淼啀B | 11100110101101111011110011100101100101011000000011100110101101111011110011100101100101011000000001000010 | e6b7bce59580e6b7bce5958042 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)