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 | ?ⅴ?ⅴ^ | 00111111111110100100010000111111111110100100010001011110 | 3ffa443ffa445e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 欌ⅴ欌ⅴ^ | 11100110101011001000110011100010100001011011010011100110101011001000110011100010100001011011010001011110 | e6ac8ce285b4e6ac8ce285b45e |
UHC | 欌ⅴ欌ⅴ^ | 111011011110101110100101101001011110110111101011101001011010010101011110 | edeba5a5edeba5a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)