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 | 100100011010000010010001101100101001000110100000100100011010101001000010 | 91a091b291a091aa42 |
EUC-JP | 蔵卒蔵測B | 110000101010001011000010101101001100001010100010110000101010110001000010 | c2a2c2b4c2a2c2ac42 |
UTF-8 | 蔵卒蔵測B | 11101000100101001011010111100101100011011001001011101000100101001011010111100110101110001010110001000010 | e894b5e58d92e894b5e6b8ac42 |
UHC | ?卒?測B | 00111111111100001110111100111111111101101011010001000010 | 3ff0ef3ff6b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)