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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 淼噎淼噎^ | 111110110100010110011010011110001111101101000101100110100111100001011110 | fb459a78fb459a785e |
EUC-JP | 淼噎淼噎^ | 1000111111000111111001101101001111011001100011111100011111100110110100111101100101011110 | 8fc7e6d3d98fc7e6d3d95e |
UTF-8 | 淼噎淼噎^ | 11100110101101111011110011100101100110011000111011100110101101111011110011100101100110011000111001011110 | e6b7bce5998ee6b7bce5998e5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)