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 | 1110011110011100101001001110100110110100100000110101001001000101 | e79ca4e9b4835245 |
EUC-JP | 逵、魘コE | 111011011111110010001110101001001111001010110110101001011011001101000101 | edfc8ea4f2b6a5b345 |
UTF-8 | 逵、魘コE | 11101001100000001011010111101111101111011010010011101001101011011001100011100011100000101011001101000101 | e980b5efbda4e9ad98e382b345 |
UHC | 逵??コE | 11010000101100000011111100111111101010111011001101000101 | d0b03f3fabb345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)