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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ツ津アh | 1100001010010010110000111011000101101000 | c292c3b168 |
EUC-JP | ツ津アh | 10001110110000101100010011000101100011101011000101101000 | 8ec2c4c58eb168 |
UTF-8 | ツ津アh | 11101111101111101000001011100110101101001010010111101111101111011011000101101000 | efbe82e6b4a5efbdb168 |
UHC | ?津?h | 0011111111110010110100000011111101101000 | 3ff2d03f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)