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 | 10010010100111000011111101101111 | 929c3f6f |
EUC-JP | 凋?o | 11000011111111000011111101101111 | c3fc3f6f |
UTF-8 | 凋렖o | 11100101100001111000101111101011101000001001011001101111 | e5878beba0966f |
UHC | 凋렖o | 1111000010111101100011101010101101101111 | f0bd8eab6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)