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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邃辛?? | 111000101000010010010000011010000011111100111111 | e28490683f3f |
EUC-JP | 邃辛?? | 111000111110010010111111110010010011111100111111 | e3e4bfc93f3f |
UTF-8 | 邃辛쑖썝 | 111010011000001010000011111010001011111010011011111011001001000110010110111011001000110110011101 | e98283e8be9bec9196ec8d9d |
UHC | 邃辛쑖썝 | 1110001011000101111000111111010010011100101101011001101110010000 | e2c5e3f49cb59b90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)