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 | ツ陳鳳 | 1100001010010010110000101001011001010000 | c292c29650 |
EUC-JP | ツ陳鳳 | 100011101100001011000100110001001100101110110001 | 8ec2c4c4cbb1 |
UTF-8 | ツ陳鳳 | 111011111011111010000010111010011001100110110011111010011011001110110011 | efbe82e999b3e9b3b3 |
UHC | ?陳鳳 | 0011111111110010111001111101110011110011 | 3ff2e7dcf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)