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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | ツ辰W | 11000010100100100100001101010111 | c2924357 |
EUC-JP | ツ辰W | 1000111011000010110000111010010001010111 | 8ec2c3a457 |
UTF-8 | ツ辰W | 11101111101111101000001011101000101111101011000001010111 | efbe82e8beb057 |
UHC | ?辰W | 00111111111100101110001101010111 | 3ff2e357 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)