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 | 躁???躁 | 11100111010011100011111100111111001111111110011101001110 | e74e3f3f3fe74e |
EUC-JP | 躁?縕?躁 | 111011011010111100111111100011111101010011000010001111111110110110101111 | edaf3f8fd4c23fedaf |
UTF-8 | 躁렯縕렔躁 | 111010001011101010000001111010111010000010101111111001111011100010010101111010111010000010010100111010001011101010000001 | e8ba81eba0afe7b895eba094e8ba81 |
UHC | 躁렯縕렔躁 | 11110000111000101000111010111100111010001011001010001110101010011111000011100010 | f0e28ebce8b28ea9f0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)