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 | ツ陳週 | 1100001010010010110000101000111101010100 | c292c28f54 |
EUC-JP | ツ陳週 | 100011101100001011000100110001001011110110110101 | 8ec2c4c4bdb5 |
UTF-8 | ツ陳週 | 111011111011111010000010111010011001100110110011111010011000000010110001 | efbe82e999b3e980b1 |
UHC | ?陳週 | 0011111111110010111001111111000111001110 | 3ff2e7f1ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)