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 | 肭kア | 1110001111101011100000101000101110110001 | e3eb828bb1 |
EUC-JP | 肭kア | 111001101110110110100011111010111000111010110001 | e6eda3eb8eb1 |
UTF-8 | 肭kア | 111010001000001010101101111011111011110110001011111011111011110110110001 | e882adefbd8befbdb1 |
UHC | ?k? | 00111111101000111110101100111111 | 3fa3eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)