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 | ????FB | 001111110011111100111111001111110100011001000010 | 3f3f3f3f4642 |
SJIS-WIN | ????FB | 001111110011111100111111001111110100011001000010 | 3f3f3f3f4642 |
EUC-JP | ????FB | 001111110011111100111111001111110100011001000010 | 3f3f3f3f4642 |
UTF-8 | 쓰롏롌렠FB | 1110110010010011101100001110101110100001100011111110101110100001100011001110101110100000101000000100011001000010 | ec93b0eba18feba18ceba0a04642 |
UHC | 쓰롏롌렠FB | 10111110101100101000111011010101100011101101001010001110101100010100011001000010 | beb28ed58ed28eb14642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)