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 | 雲???^ | 100010010101111100111111001111110011111101011110 | 895f3f3f3f5e |
EUC-JP | 雲???^ | 101100011100000000111111001111110011111101011110 | b1c03f3f3f5e |
UTF-8 | 雲띨렪렪^ | 11101001100110111011001011101011100111011010100011101011101000001010101011101011101000001010101001011110 | e99bb2eb9da8eba0aaeba0aa5e |
UHC | 雲띨렪렪^ | 111010101010001110110110111011101000111010111000100011101011100001011110 | eaa3b6ee8eb88eb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)