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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 隹キ蜿皮囮E | 11101000101100001011011111100101100011111001010011100111100110101001100101000101 | e8b0b7e58f94e79a9945 |
EUC-JP | 隹キ蜿皮囮E | 1111000010110010100011101011011111101001111011111100100011101001110100111111100101000101 | f0b28eb7e9efc8e9d3f945 |
UTF-8 | 隹キ蜿皮囮E | 11101001100110101011100111101111101111011011011111101000100111001011111111100111100110101010111011100101100110111010111001000101 | e99ab9efbdb7e89cbfe79aaee59bae45 |
UHC | ???皮?E | 00111111001111110011111111111001101010110011111101000101 | 3f3f3ff9ab3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)