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 | ??X??XB | 00111111001111110101100000111111001111110101100001000010 | 3f3f583f3f5842 |
SJIS-WIN | ??X??XB | 00111111001111110101100000111111001111110101100001000010 | 3f3f583f3f5842 |
EUC-JP | ??X??XB | 00111111001111110101100000111111001111110101100001000010 | 3f3f583f3f5842 |
UTF-8 | 롇렟X롇렟XB | 111010111010000110000111111010111010000010011111010110001110101110100001100001111110101110100000100111110101100001000010 | eba187eba09f58eba187eba09f5842 |
UHC | 롇렟X롇렟XB | 1000111011001101100011101011000001011000100011101100110110001110101100000101100001000010 | 8ecd8eb0588ecd8eb05842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)