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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 信婁}信婁{^ | 1001000001001101100110000100101101111101100100000100110110011000010010110111101101011110 | 904d984b7d904d984b7b5e |
EUC-JP | 信婁}信婁{^ | 1011111110101110110011111010110001111101101111111010111011001111101011000111101101011110 | bfaecfac7dbfaecfac7b5e |
UTF-8 | 信婁}信婁{^ | 111001001011111110100001111001011010100110000001011111011110010010111111101000011110010110101001100000010111101101011110 | e4bfa1e5a9817de4bfa1e5a9817b5e |
UHC | 信婁}信婁{^ | 1110001111100001110101111010010101111101111000111110000111010111101001010111101101011110 | e3e1d7a57de3e1d7a57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)