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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 謝質莵^ | 10001110110100111000111010111111111001001011011101011110 | 8ed38ebfe4b75e |
EUC-JP | 謝質莵^ | 10111100110101011011110011000001111010001011100101011110 | bcd5bcc1e8b95e |
UTF-8 | 謝質莵^ | 11101000101011001001110111101000101100111010101011101000100011101011010101011110 | e8ac9de8b3aae88eb55e |
UHC | 謝質?^ | 110111101111001111110010111101010011111101011110 | def3f2f53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)