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 | 螟懍遵テ | 11100101101001001001110011101100100011111000010111000011 | e5a49cec8f85c3 |
EUC-JP | 螟懍遵テ | 1110101010100110110110001110111010111101111001011000111011000011 | eaa6d8eebde58ec3 |
UTF-8 | 螟懍遵テ | 111010001001111010011111111001101000011110001101111010011000000110110101111011111011111010000011 | e89e9fe6878de981b5efbe83 |
UHC | 螟?遵? | 110110011010110100111111111100011110010100111111 | d9ad3ff1e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)