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 | 爐獸猾 | 111000001010001011100000110101111110000011001111 | e0a2e0d7e0cf |
EUC-JP | 爐獸猾 | 111000001010010011100000110110011110000011010001 | e0a4e0d9e0d1 |
UTF-8 | 爐獸猾 | 111001111000100010010000111001111000110110111000111001111000110010111110 | e78890e78db8e78cbe |
UHC | 爐獸猾 | 110101101101001111100010101011101111110011000010 | d6d3e2aefcc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)