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 | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
SJIS-WIN | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
EUC-JP | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
UTF-8 | 렓렚렊렎SB | 1110101110100000100100111110101110100000100110101110101110100000100010101110101110100000100011100101001101000010 | eba093eba09aeba08aeba08e5342 |
UHC | 렓렚렊렎SB | 10001110101010001000111010101101100011101010000110001110101001000101001101000010 | 8ea88ead8ea18ea45342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)