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 | ??^?? | 0011111100111111010111100011111100111111 | 3f3f5e3f3f |
SJIS-WIN | テ。^テ嫂 | 110000111010000101011110110000111001101101011110 | c3a15ec39b5e |
EUC-JP | テ。^テ嫂 | 100011101100001110001110101000010101111010001110110000111101010110111111 | 8ec38ea15e8ec3d5bf |
UTF-8 | テ。^テ嫂 | 11101111101111101000001111101111101111011010000101011110111011111011111010000011111001011010101110000010 | efbe83efbda15eefbe83e5ab82 |
UHC | ??^?嫂 | 001111110011111101011110001111111110000111111001 | 3f3f5e3fe1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)