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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 燾ヨ昤、^ | 11111011010110101101011011111010110101001010010001011110 | fb5ad6fad4a45e |
EUC-JP | 燾ヨ昤、^ | 1000111111001010101111011000111011010110100011111100001010100101100011101010010001011110 | 8fcabd8ed68fc2a58ea45e |
UTF-8 | 燾ヨ昤、^ | 11100111100001111011111011101111101111101001011011100110100110001010010011101111101111011010010001011110 | e787beefbe96e698a4efbda45e |
UHC | 燾???^ | 110101001010011100111111001111110011111101011110 | d4a73f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)