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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 裝絅 | 11100101111001001110001101000100 | e5e4e344 |
EUC-JP | 裝絅 | 11101010111001101110010110100101 | eae6e5a5 |
UTF-8 | 裝絅 | 111010001010001110011101111001111011010110000101 | e8a39de7b585 |
UHC | 裝絅 | 11101101111110111100110011100111 | edfbcce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)