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 | 膕ш薩 | 111001000101000110000100100010101000111001000110 | e451848a8e46 |
EUC-JP | 膕ш薩 | 111001111011001010100111111010101011101110100111 | e7b2a7eabba7 |
UTF-8 | 膕ш薩 | 1110100010000110100101011101000110001000111010001001011010101001 | e88695d188e896a9 |
UHC | ?ш薩 | 0011111110101100111010101101111110110001 | 3faceadfb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)