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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 将筍「^ | 10001111101010111110001010100001111100101000111110100010111100000100010001011110 | 8fabe2a1f28fa2f0445e |
EUC-JP | 将筍?「?^ | 101111101010110111100100101000110011111110001110101000100011111101011110 | beade4a33f8ea23f5e |
UTF-8 | 将筍「^ | 11100101101100001000011011100111101011011000110111101110100001111000011011101111101111011010001011101110100000001000010001011110 | e5b086e7ad8dee8786efbda2ee80845e |
UHC | ?筍???^ | 00111111111000101110110000111111001111110011111101011110 | 3fe2ec3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)