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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 症諶ン杦オ | 1000111111000111111110111010101011011101111110101110000110110101 | 8fc7fbaaddfae1b5 |
EUC-JP | 症諶ン杦オ | 101111101100100110001111110111101011010110001110110111011000111111000011101000011000111010110101 | bec98fdeb58edd8fc3a18eb5 |
UTF-8 | 症諶ン杦オ | 111001111001011110000111111010001010101110110110111011111011111010011101111001101001110110100110111011111011110110110101 | e79787e8abb6efbe9de69da6efbdb5 |
UHC | 症諶??? | 11110001111110001110010010100110001111110011111100111111 | f1f8e4a63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)