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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 驗ょエ弱℃e^ | 1110100110000100100000101110010110110100100011101110001110000001100011100110010101011110 | e98482e5b48ee3818e655e |
EUC-JP | 驗ょエ弱℃e^ | 111100011110010010100100111001111000111010110100101111001110010110100001111011100110010101011110 | f1e4a4e78eb4bce5a1ee655e |
UTF-8 | 驗ょエ弱℃e^ | 1110100110101001100101111110001110000010100001111110111110111101101101001110010110111100101100011110001010000100100000110110010101011110 | e9a997e38287efbdb4e5bcb1e28483655e |
UHC | 驗ょ?弱℃e^ | 1111101011010000101010101110011100111111111001011011000010100001110010010110010101011110 | fad0aae73fe5b0a1c9655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)