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 | 嘆速 | 10010010010100011001000110101100 | 925191ac |
EUC-JP | 嘆速 | 11000011101100101100001010101110 | c3b2c2ae |
UTF-8 | 嘆速 | 111001011001100010000110111010011000000010011111 | e59886e9809f |
UHC | 嘆速 | 11110111101000111110000111011100 | f7a3e1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)