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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 鴫灼~ | 1000111010110000100011101101110001111110 | 8eb08edc7e |
EUC-JP | 鴫灼~ | 1011110010110010101111001101111001111110 | bcb2bcde7e |
UTF-8 | 鴫灼~ | 11101001101101001010101111100111100000011011110001111110 | e9b4abe781bc7e |
UHC | ?灼~ | 00111111111011011100011101111110 | 3fedc77e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)