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 | 11100011101111011000101111101101100011110100000101000111 | e3bd8bed8f4147 |
EUC-JP | 羶駈就G | 11100110101111111011011011101111101111011010001001000111 | e6bfb6efbda247 |
UTF-8 | 羶駈就G | 11100111101111101011011011101001101001111000100011100101101100001011000101000111 | e7beb6e9a788e5b0b147 |
UHC | ??就G | 0011111100111111111101101010011001000111 | 3f3ff6a647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)