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 | 鬣葹鬣葹^ | 111010011010010111100100110111111110100110100101111001001101111101011110 | e9a5e4dfe9a5e4df5e |
EUC-JP | 鬣葹鬣葹^ | 111100101010011111101000111000011111001010100111111010001110000101011110 | f2a7e8e1f2a7e8e15e |
UTF-8 | 鬣葹鬣葹^ | 11101001101011001010001111101000100100011011100111101001101011001010001111101000100100011011100101011110 | e9aca3e891b9e9aca3e891b95e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)