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 | 齎?贓?躁 | 1110011011011000001111111110011011011001001111111110011101001110 | e6d83fe6d93fe74e |
EUC-JP | 齎?贓?躁 | 1110110011011010001111111110110011011011001111111110110110101111 | ecda3fecdb3fedaf |
UTF-8 | 齎렖贓렔躁 | 111010011011110110001110111010111010000010010110111010001011010010010011111010111010000010010100111010001011101010000001 | e9bd8eeba096e8b493eba094e8ba81 |
UHC | 齎렖贓렔躁 | 11101110101100101000111010101011111011011111110010001110101010011111000011100010 | eeb28eabedfc8ea9f0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)