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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??恂^ | 0011111100111111100111001001011001011110 | 3f3f9c965e |
EUC-JP | ??恂^ | 0011111100111111110101111111011001011110 | 3f3fd7f65e |
UTF-8 | 븭딎恂^ | 11101011101110001010110111101011100101001000111011100110100000011000001001011110 | ebb8adeb948ee681825e |
UHC | 븭딎恂^ | 10010101100101101000101011110100111000101110000101011110 | 95968af4e2e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)