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 | ????¤^ | 001111110011111100111111001111111010010001011110 | 3f3f3f3fa45e |
SJIS-WIN | ’?嵩存?^ | 100000010110011000111111100100001001001110010001101101100011111101011110 | 81663f909391b63f5e |
EUC-JP | ’?嵩存¤^ | 1010000111000111001111111011111111110011110000101011100010001111101000101111000001011110 | a1c73fbff3c2b88fa2f05e |
UTF-8 | ’룶嵩存¤^ | 111000101000000010011001111010111010001110110110111001011011010110101001111001011010110110011000110000101010010001011110 | e28099eba3b6e5b5a9e5ad98c2a45e |
UHC | ’룶嵩存¤^ | 1010000110101111100011111010101111100011101000011111000011101101101000101011010001011110 | a1af8fabe3a1f0eda2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)