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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ツ慊キhツ慊キ | 110000101001110011000010101101110110100011000010100111001100001010110111 | c29cc2b768c29cc2b7 |
EUC-JP | ツ慊キhツ慊キ | 10001110110000101101100011000100100011101011011101101000100011101100001011011000110001001000111010110111 | 8ec2d8c48eb7688ec2d8c48eb7 |
UTF-8 | ツ慊キhツ慊キ | 11101111101111101000001011100110100001011000101011101111101111011011011101101000111011111011111010000010111001101000010110001010111011111011110110110111 | efbe82e6858aefbdb768efbe82e6858aefbdb7 |
UHC | ?慊?h?慊? | 001111111100110011000011001111110110100000111111110011001100001100111111 | 3fccc33f683fccc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)