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 | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
EUC-JP | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
UTF-8 | 창혳혺횖챗G | 11101100101100001011110111101101100110001011001111101101100110001011101011101101100110101001011011101100101100011001011101000111 | ecb0bded98b3ed98baed9a96ecb19747 |
UHC | 창혳혺횖챗G | 1100001110100010110000101001101011000010100111111100001110010000110000111010101001000111 | c3a2c29ac29fc390c3aa47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)