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 | 李ⅴ李ⅴ^ | 11101111101001111010000111100010100001011011010011101111101001111010000111100010100001011011010001011110 | efa7a1e285b4efa7a1e285b45e |
UHC | 李ⅴ李ⅴ^ | 111011001011000010100101101001011110110010110000101001011010010101011110 | ecb0a5a5ecb0a5a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)