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 | 襄・讖躯 | 11100101111101011010010111100110101010011000101111101011 | e5f5a5e6a98beb |
EUC-JP | 襄・讖躯 | 1110101011110111100011101010010111101100101010111011011011101101 | eaf78ea5ecabb6ed |
UTF-8 | 襄・讖躯 | 111010001010010110000100111011111011110110100101111010001010111010010110111010001011101010101111 | e8a584efbda5e8ae96e8baaf |
UHC | 襄?讖? | 111001011101000100111111111100111101100100111111 | e5d13ff3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)