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 | ??U | 001111110011111101010101 | 3f3f55 |
SJIS-WIN | 湜鹿U | 1111101101000111100011101010110101010101 | fb478ead55 |
EUC-JP | 湜鹿U | 100011111100011111111100101111001010111101010101 | 8fc7fcbcaf55 |
UTF-8 | 湜鹿U | 11100110101110011001110011101001101110011011111101010101 | e6b99ce9b9bf55 |
UHC | 湜鹿U | 1110001111010111110101101110001101010101 | e3d7d6e355 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)