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 | 驕伎ウキ寘 | 1110100110000001100010101110101010110011101101111111101010101001 | e9818aeab3b7faa9 |
EUC-JP | 驕伎ウキ寘 | 1111000111100001101101001110110010001110101100111000111010110111100011111011101011100001 | f1e1b4ec8eb38eb78fbae1 |
UTF-8 | 驕伎ウキ寘 | 111010011010100110010101111001001011110010001110111011111011110110110011111011111011110110110111111001011010111110011000 | e9a995e4bc8eefbdb3efbdb7e5af98 |
UHC | 驕伎??? | 11001110111101101101000011101011001111110011111100111111 | cef6d0eb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)