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 | テサテ妥ε | 11000011101110111100001110010001110000111000001111000011 | c3bbc391c383c3 |
EUC-JP | テサテ妥ε | 10001110110000111000111010111011100011101100001111000010110001011010011011000101 | 8ec38ebb8ec3c2c5a6c5 |
UTF-8 | テサテ妥ε | 1110111110111110100000111110111110111101101110111110111110111110100000111110010110100110101001011100111010110101 | efbe83efbdbbefbe83e5a6a5ceb5 |
UHC | ???妥ε | 00111111001111110011111111110110111001101010010111100101 | 3f3f3ff6e6a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)