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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 史俯楡 | 100011100110101010011000111010111001111010111110 | 8e6a98eb9ebe |
EUC-JP | 史俯楡 | 101110111100101111010000111011011101110011000000 | bbcbd0eddcc0 |
UTF-8 | 史俯楡 | 111001011000111110110010111001001011111110101111111001101010010110100001 | e58fb2e4bfafe6a5a1 |
UHC | 史俯楡 | 110111101100100011011100111101101110101011111000 | dec8dcf6eaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)