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ツ和 | 110000111010001001101000110000101001100001100001 | c3a268c29861 |
EUC-JP | テ「hツ和 | 100011101100001110001110101000100110100010001110110000101100111111000010 | 8ec38ea2688ec2cfc2 |
UTF-8 | テ「hツ和 | 11101111101111101000001111101111101111011010001001101000111011111011111010000010111001011001001010001100 | efbe83efbda268efbe82e5928c |
UHC | ??h?和 | 001111110011111101101000001111111111101111111010 | 3f3f683ffbfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)