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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 隱党隱怒^ | 111010001010101010010011011111011110100010101010100100110111101101011110 | e8aa937de8aa937b5e |
EUC-JP | 隱党隱怒^ | 111100001010110011000101110111101111000010101100110001011101110001011110 | f0acc5def0acc5dc5e |
UTF-8 | 隱党隱怒^ | 11101001100110101011000111100101100001011001101011101001100110101011000111100110100000001001001001011110 | e99ab1e5859ae99ab1e680925e |
UHC | 隱?隱怒^ | 1110101111011111001111111110101111011111110100101100000101011110 | ebdf3febdfd2c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)