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 | 睫某q | 111000011100101010010110010111101000001010010001 | e1ca965e8291 |
EUC-JP | 睫某q | 111000101100110011001011101111111010001111110001 | e2cccbbfa3f1 |
UTF-8 | 睫某q | 111001111001110110101011111001101001111110010000111011111011110110010001 | e79dabe69f90efbd91 |
UHC | 睫某q | 111101001110001011011001101110111010001111110001 | f4e2d9bba3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)