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 | 縒鑰Ι | 111000110111001011101000011011111000001110100111 | e372e86f83a7 |
EUC-JP | 縒鑰Ι | 111001011101001111101111110100001010011010101001 | e5d3efd0a6a9 |
UTF-8 | 縒鑰Ι | 1110011110111000100100101110100110010001101100001100111010011001 | e7b892e991b0ce99 |
UHC | ??Ι | 00111111001111111010010111001001 | 3f3fa5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)