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 | 繝ラ | 11100011100000111000001110001001 | e3838389 |
EUC-JP | 繝ラ | 11100101111000111010010111101001 | e5e3a5e9 |
UTF-8 | 繝ラ | 111001111011100110011101111000111000001110101001 | e7b99de383a9 |
UHC | ?ラ | 001111111010101111101001 | 3fabe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)