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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
UTF-8 | 李퐀李폧\ | 11101111101001111010000111101101100100001000000011101111101001111010000111101101100011111010011101011100 | efa7a1ed9080efa7a1ed8fa75c |
UHC | 李퐀李폧\ | 111011001011000010111101011001101110110010110000101111010100111001011100 | ecb0bd66ecb0bd4e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)