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 | 睫某& | 111000011100101010010110010111101000000110010101 | e1ca965e8195 |
EUC-JP | 睫某& | 111000101100110011001011101111111010000111110101 | e2cccbbfa1f5 |
UTF-8 | 睫某& | 111001111001110110101011111001101001111110010000111011111011110010000110 | e79dabe69f90efbc86 |
UHC | 睫某& | 111101001110001011011001101110111010001110100110 | f4e2d9bba3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)