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 | 莊大莊垈^ | 111001001011010110010001111001011110010010110101100110101011000001011110 | e4b591e5e4b59ab05e |
EUC-JP | 莊大莊垈^ | 111010001011011111000010111001111110100010110111110101001011001001011110 | e8b7c2e7e8b7d4b25e |
UTF-8 | 莊大莊垈^ | 11101000100011101000101011100101101001001010011111101000100011101000101011100101100111101000100001011110 | e88e8ae5a4a7e88e8ae59e885e |
UHC | 莊大莊垈^ | 111011011111011011010011110111101110110111110110110100111101110001011110 | edf6d3deedf6d3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)