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 | 懶終^ | 1001110011101111100011110100100101011110 | 9cef8f495e |
EUC-JP | 懶終^ | 1101100011110001101111011010101001011110 | d8f1bdaa5e |
UTF-8 | 懶終^ | 11100110100001111011011011100111101101011000001001011110 | e687b6e7b5825e |
UHC | 懶終^ | 1101010011111011111100001111101101011110 | d4fbf0fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)