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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | ??浣G | 0011111100111111100111111010111101000111 | 3f3f9faf47 |
EUC-JP | ?墉浣G | 00111111100011111011100010111111110111101011000101000111 | 3f8fb8bfdeb147 |
UTF-8 | 왲墉浣G | 11101100100110011011001011100101101000101000100111100110101101011010001101000111 | ec99b2e5a289e6b5a347 |
UHC | 왲墉浣G | 10011110110110001110100110111010111010001100101101000111 | 9ed8e9bae8cb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)