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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驥怜」ス | 111010011000011110010111111001011010001110111101 | e98797e5a3bd |
EUC-JP | 驥怜」ス | 1111000111100111110011101110011110001110101000111000111010111101 | f1e7cee78ea38ebd |
UTF-8 | 驥怜」ス | 111010011010100110100101111001101000000010011100111011111011110110100011111011111011110110111101 | e9a9a5e6809cefbda3efbdbd |
UHC | 驥怜?? | 110100011100101011010110101110110011111100111111 | d1cad6bb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)