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 | 璋犢璋犢^ | 111000001111011011100000101101111110000011110110111000001011011101011110 | e0f6e0b7e0f6e0b75e |
EUC-JP | 璋犢璋犢^ | 111000001111100011100000101110011110000011111000111000001011100101011110 | e0f8e0b9e0f8e0b95e |
UTF-8 | 璋犢璋犢^ | 11100111100100101000101111100111100010101010001011100111100100101000101111100111100010101010001001011110 | e7928be78aa2e7928be78aa25e |
UHC | 璋犢璋犢^ | 111011011111000011010100101110111110110111110000110101001011101101011110 | edf0d4bbedf0d4bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)