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 | 乙〓 | 10001001101100111000000110101100 | 89b381ac |
EUC-JP | 乙〓 | 10110010101101011010001010101110 | b2b5a2ae |
UTF-8 | 乙〓 | 111001001011100110011001111000111000000010010011 | e4b999e38093 |
UHC | 乙〓 | 11101011111000001010000111101011 | ebe0a1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)