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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | ?曉x | 00111111100111011111101001111000 | 3f9dfa78 |
EUC-JP | ?曉x | 00111111110110101111110001111000 | 3fdafc78 |
UTF-8 | 뤗曉x | 11101011101001001001011111100110100110111000100101111000 | eba497e69b8978 |
UHC | 뤗曉x | 1000111111000111111111001111101101111000 | 8fc7fcfb78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)