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 | 蓿豬蓿豬^ | 111001001111000011100110101101011110010011110000111001101011010101011110 | e4f0e6b5e4f0e6b55e |
EUC-JP | 蓿豬蓿豬^ | 111010001111001011101100101101111110100011110010111011001011011101011110 | e8f2ecb7e8f2ecb75e |
UTF-8 | 蓿豬蓿豬^ | 11101000100100111011111111101000101100011010110011101000100100111011111111101000101100011010110001011110 | e893bfe8b1ace893bfe8b1ac5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)