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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 隹キ魍郁∮B | 11101000101100001011011111101001101100011000100011101000100001111001001101000010 | e8b0b7e9b188e8879342 |
EUC-JP | 隹キ魍郁?B | 11110000101100101000111010110111111100101011001110110000111010100011111101000010 | f0b28eb7f2b3b0ea3f42 |
UTF-8 | 隹キ魍郁∮B | 11101001100110101011100111101111101111011011011111101001101011011000110111101001100000111000000111100010100010001010111001000010 | e99ab9efbdb7e9ad8de98381e288ae42 |
UHC | ???郁∮B | 0011111100111111001111111110100111110100101000101011000101000010 | 3f3f3fe9f4a2b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)