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 | Gº¶@h | 1001001001000111100100011011101010010001101101100100000001101000 | 924791ba91b64068 |
SJIS-WIN | ?G???¶@h | 001111110100011100111111001111110011111110000001111101110100000001101000 | 3f473f3f3f81f74068 |
EUC-JP | ?G?º?¶@h | 0011111101000111001111111000111110100010111010110011111110100010111110010100000001101000 | 3f473f8fa2eb3fa2f94068 |
UTF-8 | Gº¶@h | 11000010100100100100011111000010100100011100001010111010110000101001000111000010101101100100000001101000 | c29247c291c2bac291c2b64068 |
UHC | ?G?º?¶@h | 00111111010001110011111110101000101011000011111110100010110100100100000001101000 | 3f473fa8ac3fa2d24068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)