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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 姐潘量 | 100010001011011111100000010011101001011111001010 | 88b7e04e97ca |
EUC-JP | 姐潘量 | 101100001011100111011111101011111100111011001100 | b0b9dfafcecc |
UTF-8 | 姐潘量 | 111001011010011110010000111001101011110110011000111010011000011110001111 | e5a790e6bd98e9878f |
UHC | 姐潘量 | 111011101011101111011010111010111101010111100001 | eebbdaebd5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)