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 | 豼夥囈妺ソ蠖 | 1110011010111111100110101110110010011010100101001111101010100101101111111110010110111101 | e6bf9aec9a94faa5bfe5bd |
EUC-JP | 豼夥囈妺ソ蠖 | 11101100110000011101010011101110110100111111010010001111101110011011011110001110101111111110101010111111 | ecc1d4eed3f48fb9b78ebfeabf |
UTF-8 | 豼夥囈妺ソ蠖 | 111010001011000110111100111001011010010010100101111001011001101110001000111001011010011010111010111011111011110110111111111010001010000010010110 | e8b1bce5a4a5e59b88e5a6baefbdbfe8a096 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)