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 | 症寘ン杦オ鴫 | 10001111110001111111101010101001110111011111101011100001101101011000111010110000 | 8fc7faa9ddfae1b58eb0 |
EUC-JP | 症寘ン杦オ鴫 | 1011111011001001100011111011101011100001100011101101110110001111110000111010000110001110101101011011110010110010 | bec98fbae18edd8fc3a18eb5bcb2 |
UTF-8 | 症寘ン杦オ鴫 | 111001111001011110000111111001011010111110011000111011111011111010011101111001101001110110100110111011111011110110110101111010011011010010101011 | e79787e5af98efbe9de69da6efbdb5e9b4ab |
UHC | 症????? | 11110001111110000011111100111111001111110011111100111111 | f1f83f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)