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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 譎ウ~ | 11100110100110011011001101111110 | e699b37e |
EUC-JP | 譎ウ~ | 1110101111111001100011101011001101111110 | ebf98eb37e |
UTF-8 | 譎ウ~ | 11101000101011011000111011101111101111011011001101111110 | e8ad8eefbdb37e |
UHC | 譎?~ | 11111101110100100011111101111110 | fdd23f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)