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 | 莉呎ア殖 | 11100100101110111001100111100110101100011001000001000010 | e4bb99e6b19042 |
EUC-JP | 莉呎ア殖 | 1110100010111101110100101110100010001110101100011011111110100011 | e8bdd2e88eb1bfa3 |
UTF-8 | 莉呎ア殖 | 111010001000111010001001111001011001000110001110111011111011110110110001111001101010111010010110 | e88e89e5918eefbdb1e6ae96 |
UHC | 莉??殖 | 110101111110100100111111001111111110001111010110 | d7e93f3fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)