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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鮏 | 1111011110101001111100011111110011111100010000111111011010110000 | f7a9f1fcfc43f6b0 |
EUC-JP | ??鮏? | 001111110011111110001111111010101101101100111111 | 3f3f8feadb3f |
UTF-8 | 鮏 | 111011101001011010001100111011101000010110110111111010011010111010001111111011101001001110010111 | ee968cee85b7e9ae8fee9397 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)