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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 陟第滑^ | 11101000101000001001000111100110100010101000101001011110 | e8a091e68a8a5e |
EUC-JP | 陟第滑^ | 11110000101000101100001011101000101100111110101001011110 | f0a2c2e8b3ea5e |
UTF-8 | 陟第滑^ | 11101001100110011001111111100111101011001010110011100110101110111001000101011110 | e9999fe7acace6bb915e |
UHC | 陟第滑^ | 11110100101100111111000010101111111111001100000101011110 | f4b3f0affcc15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)