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 | 辷ャ迴育漉 | 111001111000100010101100111001111000111110001000111001111000110110010111 | e788ace78f88e78d97 |
EUC-JP | 辷ャ迴育漉 | 11101101111010001000111010101100111011011110111110110000111010011011100111110111 | ede88eacedefb0e9b9f7 |
UTF-8 | 辷ャ迴育漉 | 111010001011111010110111111011111011110110101100111010001011111110110100111010001000001010110010111001101011110010001001 | e8beb7efbdace8bfb4e882b2e6bc89 |
UHC | ???育? | 001111110011111100111111111010111100000000111111 | 3f3f3febc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)