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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 貔オ謔益E | 1110011010111110101101011110011010000010100010010111011001000101 | e6beb5e682897645 |
EUC-JP | 貔オ謔益E | 111011001100000010001110101101011110101111100010101100011101011101000101 | ecc08eb5ebe2b1d745 |
UTF-8 | 貔オ謔益E | 11101000101100101001010011101111101111011011010111101000101011001001010011100111100110111000101001000101 | e8b294efbdb5e8ac94e79b8a45 |
UHC | ??謔益E | 00111111001111111111100111001100111011001100110001000101 | 3f3ff9cceccc45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)