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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 襍ュ蟷礼謙 | 111010001011010110101101111001011011100110010111111001111000110010101010 | e8b5ade5b997e78caa |
EUC-JP | 襍ュ蟷礼謙 | 11110000101101111000111010101101111010101011101111001110111010011011100010101100 | f0b78eadeabbcee9b8ac |
UTF-8 | 襍ュ蟷礼謙 | 111010001010010110001101111011111011110110101101111010001001111110110111111001111010010010111100111010001010110010011001 | e8a58defbdade89fb7e7a4bce8ac99 |
UHC | ????謙 | 001111110011111100111111001111111100110011000101 | 3f3f3f3fccc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)