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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豼簿」鷺」シ | 111001101011111110010101111010111010001110001101111010111010001110111100 | e6bf95eba38deba3bc |
EUC-JP | 豼簿」鷺」シ | 111011001100000111001010111011011000111010100011101110101110110110001110101000111000111010111100 | ecc1caed8ea3baed8ea38ebc |
UTF-8 | 豼簿」鷺」シ | 111010001011000110111100111001111011000010111111111011111011110110100011111010011011011110111010111011111011110110100011111011111011110110111100 | e8b1bce7b0bfefbda3e9b7baefbda3efbdbc |
UHC | ?簿?鷺?? | 0011111111011101101011010011111111010110110111000011111100111111 | 3fddad3fd6dc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)