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 | 陟城屆 | 111010001010000010001111111010011001101110011100 | e8a08fe99b9c |
EUC-JP | 陟城屆 | 111100001010001010111110111010111101010111111100 | f0a2beebd5fc |
UTF-8 | 陟城屆 | 111010011001100110011111111001011001111110001110111001011011000110000110 | e9999fe59f8ee5b186 |
UHC | 陟城屆 | 111101001011001111100000111100101100110011111010 | f4b3e0f2ccfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)