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 | ÂKÂC | 110000101001001001001011110000101001001001000011 | c2924bc29243 |
SJIS-WIN | ??K??C | 001111110011111101001011001111110011111101000011 | 3f3f4b3f3f43 |
EUC-JP | Â?KÂ?C | 10001111101010101010010000111111010010111000111110101010101001000011111101000011 | 8faaa43f4b8faaa43f43 |
UTF-8 | ÂKÂC | 11000011100000101100001010010010010010111100001110000010110000101001001001000011 | c382c2924bc382c29243 |
UHC | ??K??C | 001111110011111101001011001111110011111101000011 | 3f3f4b3f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)