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 | 竺酌^ | 1000111010110001100011101101111001011110 | 8eb18ede5e |
EUC-JP | 竺酌^ | 1011110010110011101111001110000001011110 | bcb3bce05e |
UTF-8 | 竺酌^ | 11100111101010111011101011101001100001011000110001011110 | e7abbae9858c5e |
UHC | 竺酌^ | 1111010111100111111011011100110001011110 | f5e7edcc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)