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 | 眩韜眩韜^ | 111000011011111111101000111010011110000110111111111010001110100101011110 | e1bfe8e9e1bfe8e95e |
EUC-JP | 眩韜眩韜^ | 111000101100000111110000111010111110001011000001111100001110101101011110 | e2c1f0ebe2c1f0eb5e |
UTF-8 | 眩韜眩韜^ | 11100111100111001010100111101001100111111001110011100111100111001010100111101001100111111001110001011110 | e79ca9e99f9ce79ca9e99f9c5e |
UHC | 眩韜眩韜^ | 111110101101111111010100101101111111101011011111110101001011011101011110 | fadfd4b7fadfd4b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)