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 | 荏瓏f | 100010010110000011100000111110101000001010000110 | 8960e0fa8286 |
EUC-JP | 荏瓏f | 101100011100000111100000111111001010001111100110 | b1c1e0fca3e6 |
UTF-8 | 荏瓏f | 111010001000110110001111111001111001001110001111111011111011110110000110 | e88d8fe7938fefbd86 |
UHC | 荏瓏f | 111011001111101111010110111010101010001111100110 | ecfbd6eaa3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)