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??S | 001111110011111101100010001111110011111101010011 | 3f3f623f3f53 |
SJIS-WIN | ??b??S | 001111110011111101100010001111110011111101010011 | 3f3f623f3f53 |
EUC-JP | ??b??S | 001111110011111101100010001111110011111101010011 | 3f3f623f3f53 |
UTF-8 | 쒔렜b쒔렣S | 1110110010010010100101001110101110100000100111000110001011101100100100101001010011101011101000001010001101010011 | ec9294eba09c62ec9294eba0a353 |
UHC | 쒔렜b쒔렣S | 10111110101011011000111010101110011000101011111010101101100011101011010001010011 | bead8eae62bead8eb453 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)