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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 綜?宅 | 1001000110001110001111111001000111101110 | 918e3f91ee |
EUC-JP | 綜?宅 | 1100000111101110001111111100001011110000 | c1ee3fc2f0 |
UTF-8 | 綜곧宅 | 111001111011011010011100111010101011001110100111111001011010111010000101 | e7b69ceab3a7e5ae85 |
UHC | 綜곧宅 | 111100001111110010110000111100001101001111101011 | f0fcb0f0d3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)