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 | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | ?屑o | 00111111100010111111101101101111 | 3f8bfb6f |
EUC-JP | ?屑o | 00111111101101101111110101101111 | 3fb6fd6f |
UTF-8 | 卨屑o | 11100101100011011010100011100101101100011001000101101111 | e58da8e5b1916f |
UHC | 卨屑o | 1110000011011001111000001101101001101111 | e0d9e0da6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)