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 | ??i?? | 0011111100111111011010010011111100111111 | 3f3f693f3f |
SJIS-WIN | テ。iツ〕 | 110000111010000101101001110000101000000101101100 | c3a169c2816c |
EUC-JP | テ。iツ〕 | 100011101100001110001110101000010110100110001110110000101010000111001101 | 8ec38ea1698ec2a1cd |
UTF-8 | テ。iツ〕 | 11101111101111101000001111101111101111011010000101101001111011111011111010000010111000111000000010010101 | efbe83efbda169efbe82e38095 |
UHC | ??i?〕 | 001111110011111101101001001111111010000110110011 | 3f3f693fa1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)