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 | ツ毬ツ | 11000010100111110111101111000010 | c29f7bc2 |
EUC-JP | ツ毬ツ | 100011101100001011011101110111001000111011000010 | 8ec2dddc8ec2 |
UTF-8 | ツ毬ツ | 111011111011111010000010111001101010111110101100111011111011111010000010 | efbe82e6afacefbe82 |
UHC | ?毬? | 00111111110011111011001100111111 | 3fcfb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)