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 | ?⑨㏄ | 0011111110000111010010001000011101110100 | 3f87488774 |
EUC-JP | ??? | 001111110011111100111111 | 3f3f3f |
UTF-8 | 緣⑨㏄ | 111001111011011110100011111000101001000110101000111000111000111110000100 | e7b7a3e291a8e38f84 |
UHC | 緣⑨㏄ | 111001101101111010101000111011111010011110100110 | e6dea8efa7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)