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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 汚輸 | 10001001100110001001011101000001 | 89989741 |
EUC-JP | 汚輸 | 10110001111110001100110110100010 | b1f8cda2 |
UTF-8 | 汚輸 | 111001101011000110011010111010001011110010111000 | e6b19ae8bcb8 |
UHC | 汚輸 | 11100111111111011110001011000011 | e7fde2c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)