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 | 捨爵霖 | 100011101100110010001110110111011110100011000001 | 8ecc8edde8c1 |
EUC-JP | 捨爵霖 | 101111001100111010111100110111111111000011000011 | bccebcdff0c3 |
UTF-8 | 捨爵霖 | 111001101000110110101000111001111000100010110101111010011001110010010110 | e68da8e788b5e99c96 |
UHC | 捨爵霖 | 110111101101011111101101110010011101011111111101 | ded7edc9d7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)