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 | 宍射宍射^ | 100011101011001110001110110010111000111010110011100011101100101101011110 | 8eb38ecb8eb38ecb5e |
EUC-JP | 宍射宍射^ | 101111001011010110111100110011011011110010110101101111001100110101011110 | bcb5bccdbcb5bccd5e |
UTF-8 | 宍射宍射^ | 11100101101011101000110111100101101100001000010011100101101011101000110111100101101100001000010001011110 | e5ae8de5b084e5ae8de5b0845e |
UHC | ?射?射^ | 00111111110111101101001000111111110111101101001001011110 | 3fded23fded25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)