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 | 姐潘糾 | 100010001011011111100000010011101000101110001010 | 88b7e04e8b8a |
EUC-JP | 姐潘糾 | 101100001011100111011111101011111011010111101010 | b0b9dfafb5ea |
UTF-8 | 姐潘糾 | 111001011010011110010000111001101011110110011000111001111011001110111110 | e5a790e6bd98e7b3be |
UHC | 姐潘糾 | 111011101011101111011010111010111101000010101100 | eebbdaebd0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)