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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 譎ウ^ | 11100110100110011011001101011110 | e699b35e |
EUC-JP | 譎ウ^ | 1110101111111001100011101011001101011110 | ebf98eb35e |
UTF-8 | 譎ウ^ | 11101000101011011000111011101111101111011011001101011110 | e8ad8eefbdb35e |
UHC | 譎?^ | 11111101110100100011111101011110 | fdd23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)