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 | ?o | 0011111101101111 | 3f6f |
SJIS-WIN | 鋓o | 111110111101011001101111 | fbd66f |
EUC-JP | 鋓o | 10001111111001001011111101101111 | 8fe4bf6f |
UTF-8 | 鋓o | 11101001100010111001001101101111 | e98b936f |
UHC | ?o | 0011111101101111 | 3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)