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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?殉^ | 00111111100011110111110101011110 | 3f8f7d5e |
EUC-JP | ?殉^ | 00111111101111011101111001011110 | 3fbdde5e |
UTF-8 | 뾹殉^ | 11101011101111101011100111100110101011101000100101011110 | ebbeb9e6ae895e |
UHC | 뾹殉^ | 1001011110000001111000101110011001011110 | 9781e2e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)