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ÂGÂL | 110000101000100101101011110000101001001001000111110000101001000101001100 | c2896bc29247c2914c |
SJIS-WIN | ??k??G??L | 001111110011111101101011001111110011111101000111001111110011111101001100 | 3f3f6b3f3f473f3f4c |
EUC-JP | Â?kÂ?GÂ?L | 100011111010101010100100001111110110101110001111101010101010010000111111010001111000111110101010101001000011111101001100 | 8faaa43f6b8faaa43f478faaa43f4c |
UTF-8 | ÂkÂGÂL | 110000111000001011000010100010010110101111000011100000101100001010010010010001111100001110000010110000101001000101001100 | c382c2896bc382c29247c382c2914c |
UHC | ??k??G??L | 001111110011111101101011001111110011111101000111001111110011111101001100 | 3f3f6b3f3f473f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)