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 | ????ZB | 001111110011111100111111001111110101101001000010 | 3f3f3f3f5a42 |
SJIS-WIN | テカテ」ZB | 110000111011011011000011101000110101101001000010 | c3b6c3a35a42 |
EUC-JP | テカテ」ZB | 10001110110000111000111010110110100011101100001110001110101000110101101001000010 | 8ec38eb68ec38ea35a42 |
UTF-8 | テカテ」ZB | 1110111110111110100000111110111110111101101101101110111110111110100000111110111110111101101000110101101001000010 | efbe83efbdb6efbe83efbda35a42 |
UHC | ????ZB | 001111110011111100111111001111110101101001000010 | 3f3f3f3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)