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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 雜咎汕^ | 11101000101101101001100111101001100111111000100001011110 | e8b699e99f885e |
EUC-JP | 雜咎汕^ | 11110000101110001101001011101011110111011110100001011110 | f0b8d2ebdde85e |
UTF-8 | 雜咎汕^ | 11101001100110111001110011100101100100101000111011100110101100011001010101011110 | e99b9ce5928ee6b1955e |
UHC | 雜咎汕^ | 11101101110110101100111110100100110111111010010101011110 | eddacfa4dfa55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)