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 | 裂筬姜 | 100101111111010011100010101010111001101101001001 | 97f4e2ab9b49 |
EUC-JP | 裂筬姜 | 110011101111011011100100101011011101010110101010 | cef6e4add5aa |
UTF-8 | 裂筬姜 | 111010001010001110000010111001111010110110101100111001011010011110011100 | e8a382e7adace5a79c |
UHC | 裂筬姜 | 110101101010111011100000111111101100101110101001 | d6aee0fecba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)