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 | 隆振^ | 1001011110110010100100000101010101011110 | 97b290555e |
EUC-JP | 隆振^ | 1100111010110100101111111011011001011110 | ceb4bfb65e |
UTF-8 | 隆振^ | 11101001100110101000011011100110100011001010111101011110 | e99a86e68caf5e |
UHC | 隆振^ | 1101011111001100111100101100100101011110 | d7ccf2c95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)