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 | ???vE | 0011111100111111001111110111011001000101 | 3f3f3f7645 |
SJIS-WIN | 鉛??vE | 100010011001010000111111001111110111011001000101 | 89943f3f7645 |
EUC-JP | 鉛??vE | 101100011111010000111111001111110111011001000101 | b1f43f3f7645 |
UTF-8 | 鉛녿젻vE | 1110100110001001100110111110101110000101101111111110110010100000101110110111011001000101 | e9899beb85bfeca0bb7645 |
UHC | 鉛녿젻vE | 1110011011100111100001101110101110100000101011100111011001000101 | e6e786eba0ae7645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)