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 | 隶朱搗 | 111010001010111010001110111010011001110110010001 | e8ae8ee99d91 |
EUC-JP | 隶朱搗 | 111100001011000010111100111010111101100111110001 | f0b0bcebd9f1 |
UTF-8 | 隶朱搗 | 111010011001101010110110111001101001110010110001111001101001000010010111 | e99ab6e69cb1e69097 |
UHC | ?朱搗 | 0011111111110001101110011101001111111101 | 3ff1b9d3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)