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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隹キ陲撲 | 11101000101100001011011111101000101000101001011001101111 | e8b0b7e8a2966f |
EUC-JP | 隹キ陲撲 | 1111000010110010100011101011011111110000101001001100101111010000 | f0b28eb7f0a4cbd0 |
UTF-8 | 隹キ陲撲 | 111010011001101010111001111011111011110110110111111010011001100110110010111001101001001010110010 | e99ab9efbdb7e999b2e692b2 |
UHC | ???撲 | 0011111100111111001111111101101011010010 | 3f3f3fdad2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)