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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ツ咤hツ涌 | 11000010100110100100001001101000110000101001011101001111 | c29a4268c2974f |
EUC-JP | ツ咤hツ涌 | 100011101100001011010011101000110110100010001110110000101100110110110000 | 8ec2d3a3688ec2cdb0 |
UTF-8 | ツ咤hツ涌 | 11101111101111101000001011100101100100101010010001101000111011111011111010000010111001101011011010001100 | efbe82e592a468efbe82e6b68c |
UHC | ?咤h?涌 | 00111111111101101110001101101000001111111110100110111111 | 3ff6e3683fe9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)