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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 瞳愁^ | 1001001110110101100011110100010001011110 | 93b58f445e |
EUC-JP | 瞳愁^ | 1100011010110111101111011010010101011110 | c6b7bda55e |
UTF-8 | 瞳愁^ | 11100111100111101011001111100110100001001000000101011110 | e79eb3e684815e |
UHC | 瞳愁^ | 1101010011011010111000011111111001011110 | d4dae1fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)