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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 顋鷺コ | 1110100011111001100011011110101110111010 | e8f98debba |
EUC-JP | 顋鷺コ | 111100001111101110111010111011011000111010111010 | f0fbbaed8eba |
UTF-8 | 顋鷺コ | 111010011010000110001011111010011011011110111010111011111011110110111010 | e9a18be9b7baefbdba |
UHC | ?鷺? | 00111111110101101101110000111111 | 3fd6dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)