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 | 謐尖。 | 1110011010001101100100001110101110100001 | e68d90eba1 |
EUC-JP | 謐尖。 | 111010111110110111000000111011011000111010100001 | ebedc0ed8ea1 |
UTF-8 | 謐尖。 | 111010001010110010010000111001011011000010010110111011111011110110100001 | e8ac90e5b096efbda1 |
UHC | 謐尖? | 1101101011001101111101001101001100111111 | dacdf4d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)