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 | 妗兒 | 1000111110111001101011011101000110111011 | 8fb9add1bb |
UTF-8 | 妗兒 | 111001011010011010010111111001011000010110010010 | e5a697e58592 |
UHC | 妗兒 | 11010000110100101110010010101110 | d0d2e4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)