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 | ?兒 | 001111111001100101011010 | 3f995a |
EUC-JP | ?兒 | 001111111101000110111011 | 3fd1bb |
UTF-8 | 栒兒 | 111001101010000010010010111001011000010110010010 | e6a092e58592 |
UHC | 栒兒 | 11100010111000111110010010101110 | e2e3e4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)