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 | ??V?? | 0011111100111111010101100011111100111111 | 3f3f563f3f |
SJIS-WIN | テサVテε | 110000111011101101010110110000111000001111000011 | c3bb56c383c3 |
EUC-JP | テサVテε | 100011101100001110001110101110110101011010001110110000111010011011000101 | 8ec38ebb568ec3a6c5 |
UTF-8 | テサVテε | 111011111011111010000011111011111011110110111011010101101110111110111110100000111100111010110101 | efbe83efbdbb56efbe83ceb5 |
UHC | ??V?ε | 001111110011111101010110001111111010010111100101 | 3f3f563fa5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)