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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 溪貘貽磆H | 100111111110001011100110110000001110011011000100111000011111010101001000 | 9fe2e6c0e6c4e1f548 |
EUC-JP | 溪貘貽磆H | 110111101110010011101100110000101110110011000110111000101111011101001000 | dee4ecc2ecc6e2f748 |
UTF-8 | 溪貘貽磆H | 11100110101110101010101011101000101100101001100011101000101100101011110111100111101000111000011001001000 | e6baaae8b298e8b2bde7a38648 |
UHC | 溪?貽?H | 11001101101000100011111111101100110000100011111101001000 | cda23fecc23f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)