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 | 形術??? | 10001100011000001000111101110000001111110011111100111111 | 8c608f703f3f3f |
EUC-JP | 形術??? | 10110111110000011011110111010001001111110011111100111111 | b7c1bdd13f3f3f |
UTF-8 | 形術롏렗롈 | 111001011011110110100010111010001010000110010011111010111010000110001111111010111010000010010111111010111010000110001000 | e5bda2e8a193eba18feba097eba188 |
UHC | 形術롏렗롈 | 11111011101000011110001011111010100011101101010110001110101011001000111011001110 | fba1e2fa8ed58eac8ece |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)