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 | 衆蛟?烽? | 1000111101001111111001011000000000111111111000001000001000111111 | 8f4fe5803fe0823f |
EUC-JP | 衆蛟?烽潾 | 10111101101100001110100111100000001111111101111111100010100011111100100011100010 | bdb0e9e03fdfe28fc8e2 |
UTF-8 | 衆蛟렱烽潾 | 111010001010000110000110111010001001101110011111111010111010000010110001111001111000001110111101111001101011110110111110 | e8a186e89b9feba0b1e783bde6bdbe |
UHC | 衆蛟렱烽潾 | 11110001111010111100111011110001100011101011111011011100111010111101011111110001 | f1ebcef18ebedcebd7f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)