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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 游? | 100111111110000000111111 | 9fe03f |
EUC-JP | 游? | 110111101110001000111111 | dee23f |
UTF-8 | 游뺣 | 111001101011100010111000111010111011101010100011 | e6b8b8ebbaa3 |
UHC | 游뺣 | 11101010111111011001010111101011 | eafd95eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)