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 | 001111111001111111110001100100010111101001000111 | 3f9ff1917a47 |
EUC-JP | ?潁想G | 001111111101111011110011110000011101101101000111 | 3fdef3c1db47 |
UTF-8 | 룷潁想G | 11101011101000111011011111100110101111011000000111100110100000111011001101000111 | eba3b7e6bd81e683b347 |
UHC | 룷潁想G | 10001111101011001110011110111000110111111100110001000111 | 8face7b8dfcc47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)