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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | ?鴫W | 00111111100011101011000001010111 | 3f8eb057 |
EUC-JP | ?鴫W | 00111111101111001011001001010111 | 3fbcb257 |
UTF-8 | 䵸鴫W | 11100100101101011011100011101001101101001010101101010111 | e4b5b8e9b4ab57 |
UHC | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)