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 | 稈烝躙 | 111000100110001011100000011111101110011101010111 | e262e07ee757 |
EUC-JP | 稈烝躙 | 111000111100001111011111110111111110110110111000 | e3c3dfdfedb8 |
UTF-8 | 稈烝躙 | 111001111010100010001000111001111000001110011101111010001011101010011001 | e7a888e7839de8ba99 |
UHC | 稈烝? | 1100101011011001111100011111011000111111 | cad9f1f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)