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 | 隆饌^ | 1001011110110010111010010110000101011110 | 97b2e9615e |
EUC-JP | 隆饌^ | 1100111010110100111100011100001001011110 | ceb4f1c25e |
UTF-8 | 隆饌^ | 11101001100110101000011011101001101001011000110001011110 | e99a86e9a58c5e |
UHC | 隆饌^ | 1101011111001100111100111100101001011110 | d7ccf3ca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)