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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | ?曉h | 00111111100111011111101001101000 | 3f9dfa68 |
EUC-JP | ?曉h | 00111111110110101111110001101000 | 3fdafc68 |
UTF-8 | 뤗曉h | 11101011101001001001011111100110100110111000100101101000 | eba497e69b8968 |
UHC | 뤗曉h | 1000111111000111111111001111101101101000 | 8fc7fcfb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)