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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ⅱ湿 | 111110100100000110001110101111001111001010100011 | fa418ebcf2a3 |
EUC-JP | ?湿? | 00111111101111001011111000111111 | 3fbcbe3f |
UTF-8 | ⅱ湿 | 111000101000010110110001111001101011100110111111111011101000011110011010 | e285b1e6b9bfee879a |
UHC | ⅱ?? | 10100101101000100011111100111111 | a5a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)