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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 芩?芩?^ | 100011111101011111000011001111111000111111010111110000110011111101011110 | 8fd7c33f8fd7c33f5e |
UTF-8 | 芩넴芩넴^ | 11101000100010101010100111101011100001001011010011101000100010101010100111101011100001001011010001011110 | e88aa9eb84b4e88aa9eb84b45e |
UHC | 芩넴芩넴^ | 110100001101100110110011110110111101000011011001101100111101101101011110 | d0d9b3dbd0d9b3db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)