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 | 逡帷灸逡カ | 111001111001010110011011111001111000101110000100111001111001010110110110 | e7959be78b84e795b6 |
EUC-JP | 逡帷灸逡カ | 11101101111101011101011011101001101101011110010011101101111101011000111010110110 | edf5d6e9b5e4edf58eb6 |
UTF-8 | 逡帷灸逡カ | 111010011000000010100001111001011011100010110111111001111000000110111000111010011000000010100001111011111011110110110110 | e980a1e5b8b7e781b8e980a1efbdb6 |
UHC | 逡?灸逡? | 1111000111100100001111111100111110110110111100011110010000111111 | f1e43fcfb6f1e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)