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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 鬮俯桴E | 11101001101010111001100011101011100111101000111101000101 | e9ab98eb9e8f45 |
EUC-JP | 鬮俯桴E | 11110010101011011101000011101101110110111110111101000101 | f2add0eddbef45 |
UTF-8 | 鬮俯桴E | 11101001101011001010111011100100101111111010111111100110101000011011010001000101 | e9acaee4bfafe6a1b445 |
UHC | ?俯?E | 0011111111011100111101100011111101000101 | 3fdcf63f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)