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 | 儲魄儲白^ | 100101101101011111101001101011101001011011010111100101001001001001011110 | 96d7e9ae96d794925e |
EUC-JP | 儲魄儲白^ | 110011001101100111110010101100001100110011011001110001111111001001011110 | ccd9f2b0ccd9c7f25e |
UTF-8 | 儲魄儲白^ | 11100101100001001011001011101001101011011000010011100101100001001011001011100111100110011011110101011110 | e584b2e9ad84e584b2e799bd5e |
UHC | 儲魄儲白^ | 111011101011100111011011110111101110111010111001110110111101110001011110 | eeb9dbdeeeb9dbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)