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 | 症諶ン杦オ鴫 | 10001111110001111111101110101010110111011111101011100001101101011000111010110000 | 8fc7fbaaddfae1b58eb0 |
EUC-JP | 症諶ン杦オ鴫 | 1011111011001001100011111101111010110101100011101101110110001111110000111010000110001110101101011011110010110010 | bec98fdeb58edd8fc3a18eb5bcb2 |
UTF-8 | 症諶ン杦オ鴫 | 111001111001011110000111111010001010101110110110111011111011111010011101111001101001110110100110111011111011110110110101111010011011010010101011 | e79787e8abb6efbe9de69da6efbdb5e9b4ab |
UHC | 症諶???? | 1111000111111000111001001010011000111111001111110011111100111111 | f1f8e4a63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)