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 | ?h\ | 001111110110100001011100 | 3f685c |
SJIS-WIN | 蹼h\ | 11100111010011010110100001011100 | e74d685c |
EUC-JP | 蹼h\ | 11101101101011100110100001011100 | edae685c |
UTF-8 | 蹼h\ | 1110100010111001101111000110100001011100 | e8b9bc685c |
UHC | ?h\ | 001111110110100001011100 | 3f685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)