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 | 綜?櫂 | 1001000110001110001111111001111101000100 | 918e3f9f44 |
EUC-JP | 綜?櫂 | 1100000111101110001111111101110110100101 | c1ee3fdda5 |
UTF-8 | 綜곕櫂 | 111001111011011010011100111010101011001110010101111001101010101110000010 | e7b69ceab395e6ab82 |
UHC | 綜곕櫂 | 111100001111110010110000111010111101010010100010 | f0fcb0ebd4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)