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 | 琲爵者 | 111000001110100010001110110111011000111011010010 | e0e88edd8ed2 |
EUC-JP | 琲爵者 | 111000001110101010111100110111111011110011010100 | e0eabcdfbcd4 |
UTF-8 | 琲爵者 | 111001111001000010110010111001111000100010110101111010001000000010000101 | e790b2e788b5e88085 |
UHC | ?爵者 | 0011111111101101110010011110110110111010 | 3fedc9edba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)