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 | 雲?^ | 10001001010111110011111101011110 | 895f3f5e |
EUC-JP | 雲?^ | 10110001110000000011111101011110 | b1c03f5e |
UTF-8 | 雲렱^ | 11101001100110111011001011101011101000001011000101011110 | e99bb2eba0b15e |
UHC | 雲렱^ | 1110101010100011100011101011111001011110 | eaa38ebe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)