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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 綜??綜 | 100100011000111000111111001111111001000110001110 | 918e3f3f918e |
EUC-JP | 綜??綜 | 110000011110111000111111001111111100000111101110 | c1ee3f3fc1ee |
UTF-8 | 綜縷샐綜 | 111001111011011010011100111011111010010110010000111011001000001110010000111001111011011010011100 | e7b69cefa590ec8390e7b69c |
UHC | 綜縷샐綜 | 1111000011111100110100101110101010111011111110001111000011111100 | f0fcd2eabbf8f0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)