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 | ゚ⅴ゚ⅴ^ | 11011111111110100100010011011111111110100100010001011110 | dffa44dffa445e |
EUC-JP | ゚?゚?^ | 10001110110111110011111110001110110111110011111101011110 | 8edf3f8edf3f5e |
UTF-8 | ゚ⅴ゚ⅴ^ | 11101111101111101001111111100010100001011011010011101111101111101001111111100010100001011011010001011110 | efbe9fe285b4efbe9fe285b45e |
UHC | ?ⅴ?ⅴ^ | 00111111101001011010010100111111101001011010010101011110 | 3fa5a53fa5a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)