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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | ?曉E | 00111111100111011111101001000101 | 3f9dfa45 |
EUC-JP | ?曉E | 00111111110110101111110001000101 | 3fdafc45 |
UTF-8 | 뤗曉E | 11101011101001001001011111100110100110111000100101000101 | eba497e69b8945 |
UHC | 뤗曉E | 1000111111000111111111001111101101000101 | 8fc7fcfb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)