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 | 110000101001000011000010100100000100000001101000 | c290c2904068 |
EUC-JP | ツ青拭h | 10001110110000101100000011000100101111111010000101101000 | 8ec2c0c4bfa168 |
UTF-8 | ツ青拭h | 11101111101111101000001011101001100111011001001011100110100010111010110101101000 | efbe82e99d92e68bad68 |
UHC | ??拭h | 0011111100111111111000111101010001101000 | 3f3fe3d468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)