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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 逕ズ逕ッE | 111001111001010010000011010110011110011110010100100000110110001001000101 | e7948359e794836245 |
EUC-JP | 逕ズ逕ッE | 111011011111010010100101101110101110110111110100101001011100001101000101 | edf4a5baedf4a5c345 |
UTF-8 | 逕ズ逕ッE | 11101001100000001001010111100011100000101011101011101001100000001001010111100011100000111000001101000101 | e98095e382bae98095e3838345 |
UHC | 逕ズ逕ッE | 110011001110111110101011101110101100110011101111101010111100001101000101 | ccefabbaccefabc345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)