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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辜縁愁鐔 | 1110011110000011100010011000111110001111010001001110100001011100 | e783898f8f44e85c |
EUC-JP | 辜縁愁鐔 | 1110110111100011101100011110111110111101101001011110111110111101 | ede3b1efbda5efbd |
UTF-8 | 辜縁愁鐔 | 111010001011111010011100111001111011100010000001111001101000010010000001111010011001000010010100 | e8be9ce7b881e68481e99094 |
UHC | 辜?愁? | 110011011101000000111111111000011111111000111111 | cdd03fe1fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)