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 | ??m | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | 湜鹿m | 1111101101000111100011101010110101101101 | fb478ead6d |
EUC-JP | 湜鹿m | 100011111100011111111100101111001010111101101101 | 8fc7fcbcaf6d |
UTF-8 | 湜鹿m | 11100110101110011001110011101001101110011011111101101101 | e6b99ce9b9bf6d |
UHC | 湜鹿m | 1110001111010111110101101110001101101101 | e3d7d6e36d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)