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 | 歪??串塢 | 1001100001100011001111110011111110001011111110001001101011000111 | 98633f3f8bf89ac7 |
EUC-JP | 歪??串塢 | 1100111111000100001111110011111110110110111110101101010011001001 | cfc43f3fb6fad4c9 |
UTF-8 | 歪귚툓串塢 | 111001101010110110101010111010101011011110011010111011011000100010010011111001001011100010110010111001011010000110100010 | e6adaaeab79aed8893e4b8b2e5a1a2 |
UHC | 歪귚툓串塢 | 11101000111000001000001011100100101110001000101011001101111110101110011111110001 | e8e082e4b88acdfae7f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)