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 | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | 遲ァ逕ャv | 11100111101011011010011111100111100101001010110001110110 | e7ada7e794ac76 |
EUC-JP | 遲ァ逕ャv | 111011101010111110001110101001111110110111110100100011101010110001110110 | eeaf8ea7edf48eac76 |
UTF-8 | 遲ァ逕ャv | 11101001100000011011001011101111101111011010011111101001100000001001010111101111101111011010110001110110 | e981b2efbda7e98095efbdac76 |
UHC | 遲?逕?v | 11110010110000000011111111001100111011110011111101110110 | f2c03fccef3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)