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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 垓据 | 10011010101101001001000010011000 | 9ab49098 |
EUC-JP | 垓据 | 11010100101101101011111111111000 | d4b6bff8 |
UTF-8 | 垓据 | 111001011001111010010011111001101000110110101110 | e59e93e68dae |
UHC | 垓据 | 11111010101001111100101111011111 | faa7cbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)