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 | 00111111001111110111011001000101 | 3f3f7645 |
SJIS-WIN | 鋐鴫vE | 111110111101001010001110101100000111011001000101 | fbd28eb07645 |
EUC-JP | 鋐鴫vE | 10001111111001001011111010111100101100100111011001000101 | 8fe4bebcb27645 |
UTF-8 | 鋐鴫vE | 1110100110001011100100001110100110110100101010110111011001000101 | e98b90e9b4ab7645 |
UHC | ??vE | 00111111001111110111011001000101 | 3f3f7645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)