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 | テ箙 | 1100001111110100110111111110001010110111 | c3f4dfe2b7 |
EUC-JP | テ?箙 | 1000111011000011001111111110010010111001 | 8ec33fe4b9 |
UTF-8 | テ箙 | 111011111011111010000011111011101000111010001110111001111010111010011001 | efbe83ee8e8ee7ae99 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)