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 | 1100110111011011111101101011010011110110110011100101101001000010 | cddbf6b4f6ce5a42 |
EUC-JP | ヘロ??ZB | 1000111011001101100011101101101100111111001111110101101001000010 | 8ecd8edb3f3f5a42 |
UTF-8 | ヘロZB | 1110111110111110100011011110111110111110100110111110111010010011100110111110111010010011101101010101101001000010 | efbe8defbe9bee939bee93b55a42 |
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)