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 | ヨ゙ | 11110101110101001101011011011110 | f5d4d6de |
EUC-JP | ?ヨ゙ | 0011111110001110110101101000111011011110 | 3f8ed68ede |
UTF-8 | ヨ゙ | 111011101001000010111111111011111011111010010110111011111011111010011110 | ee90bfefbe96efbe9e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)