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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 汚ш? | 1000100110011000100001001000101000111111 | 8998848a3f |
EUC-JP | 汚ш? | 1011000111111000101001111110101000111111 | b1f8a7ea3f |
UTF-8 | 汚ш괬 | 1110011010110001100110101101000110001000111010101011010010101100 | e6b19ad188eab4ac |
UHC | 汚ш괬 | 111001111111110110101100111010101011000110101001 | e7fdaceab1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)