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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?②㏄ | 0011111110000111010000011000011101110100 | 3f87418774 |
EUC-JP | ??? | 001111110011111100111111 | 3f3f3f |
UTF-8 | 緣②㏄ | 111001111011011110100011111000101001000110100001111000111000111110000100 | e7b7a3e291a1e38f84 |
UHC | 緣②㏄ | 111001101101111010101000111010001010011110100110 | e6dea8e8a7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)