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 | ??t | 001111110011111101110100 | 3f3f74 |
SJIS-WIN | ツ棚t | 11000010100100100100100101110100 | c2924974 |
EUC-JP | ツ棚t | 1000111011000010110000111010101001110100 | 8ec2c3aa74 |
UTF-8 | ツ棚t | 11101111101111101000001011100110101000111001101001110100 | efbe82e6a39a74 |
UHC | ?棚t | 00111111110111011101110001110100 | 3fdddc74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)