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 | 邑魄邑白^ | 100101110101011111101001101011101001011101010111100101001001001001011110 | 9757e9ae975794925e |
EUC-JP | 邑魄邑白^ | 110011011011100011110010101100001100110110111000110001111111001001011110 | cdb8f2b0cdb8c7f25e |
UTF-8 | 邑魄邑白^ | 11101001100000101001000111101001101011011000010011101001100000101001000111100111100110011011110101011110 | e98291e9ad84e98291e799bd5e |
UHC | 邑魄邑白^ | 111010111110100111011011110111101110101111101001110110111101110001011110 | ebe9dbdeebe9dbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)