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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 淼哥B | 1111101101000101100110100100011001000010 | fb459a4642 |
EUC-JP | 淼哥B | 100011111100011111100110110100111010011101000010 | 8fc7e6d3a742 |
UTF-8 | 淼哥B | 11100110101101111011110011100101100100111010010101000010 | e6b7bce593a542 |
UHC | ?哥B | 00111111110010101010100001000010 | 3fcaa842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)