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 | 裝拒裝居^ | 111001011110010010001011100100011110010111100100100010111000111101011110 | e5e48b91e5e48b8f5e |
EUC-JP | 裝拒裝居^ | 111010101110011010110101111100011110101011100110101101011110111101011110 | eae6b5f1eae6b5ef5e |
UTF-8 | 裝拒裝居^ | 11101000101000111001110111100110100010111001001011101000101000111001110111100101101100011000010101011110 | e8a39de68b92e8a39de5b1855e |
UHC | 裝拒裝居^ | 111011011111101111001011110111101110110111111011110010111101110001011110 | edfbcbdeedfbcbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)