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 | 逶槫弍 | 111001111001101110011110111001011001100010101111 | e79b9ee598af |
EUC-JP | 逶槫弍 | 111011011111101111011100111001111101000010110001 | edfbdce7d0b1 |
UTF-8 | 逶槫弍 | 111010011000000010110110111001101010011110101011111001011011110010001101 | e980b6e6a7abe5bc8d |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)