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 | 丹痾∴坑 | 1001001001001111111000010111110110000001100010001000110101000010 | 924fe17d81888d42 |
EUC-JP | 丹痾∴坑 | 1100001110110000111000011101111010100001111010001011100110100011 | c3b0e1dea1e8b9a3 |
UTF-8 | 丹痾∴坑 | 111001001011100010111001111001111001011110111110111000101000100010110100111001011001110110010001 | e4b8b9e797bee288b4e59d91 |
UHC | 丹?∴坑 | 11010011101000010011111110100001110001011100101111010101 | d3a13fa1c5cbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)