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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 狠猝狠猝^ | 111000001100000111100000110010101110000011000001111000001100101001011110 | e0c1e0cae0c1e0ca5e |
EUC-JP | 狠猝狠猝^ | 111000001100001111100000110011001110000011000011111000001100110001011110 | e0c3e0cce0c3e0cc5e |
UTF-8 | 狠猝狠猝^ | 11100111100010111010000011100111100011001001110111100111100010111010000011100111100011001001110101011110 | e78ba0e78c9de78ba0e78c9d5e |
UHC | ?猝?猝^ | 00111111111100001111000100111111111100001111000101011110 | 3ff0f13ff0f15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)