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 | 怏兒 | 10011100100010011001100101011010 | 9c89995a |
EUC-JP | 怏兒 | 11010111111010011101000110111011 | d7e9d1bb |
UTF-8 | 怏兒 | 111001101000000010001111111001011000010110010010 | e6808fe58592 |
UHC | 怏兒 | 11100100111010001110010010101110 | e4e8e4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)