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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | 游???d | 100111111110000000111111001111110011111101100100 | 9fe03f3f3f64 |
EUC-JP | 游???d | 110111101110001000111111001111110011111101100100 | dee23f3f3f64 |
UTF-8 | 游쯔렧렢d | 11100110101110001011100011101100101011111001010011101011101000001010011111101011101000001010001001100100 | e6b8b8ecaf94eba0a7eba0a264 |
UHC | 游쯔렧렢d | 111010101111110111000010111010101000111010110110100011101011001101100100 | eafdc2ea8eb68eb364 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)