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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テタ「顴 | 11000011111101001100101111000000101000101110100101000001 | c3f4cbc0a2e941 |
EUC-JP | テ?タ「顴 | 100011101100001100111111100011101100000010001110101000101111000110100010 | 8ec33f8ec08ea2f1a2 |
UTF-8 | テタ「顴 | 111011111011111010000011111011101000110110111010111011111011111010000000111011111011110110100010111010011010000110110100 | efbe83ee8dbaefbe80efbda2e9a1b4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)