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\ | 10010111011000000110100001011100 | 9760685c |
SJIS-WIN | ?`h\ | 00111111011000000110100001011100 | 3f60685c |
EUC-JP | ?`h\ | 00111111011000000110100001011100 | 3f60685c |
UTF-8 | `h\ | 1100001010010111011000000110100001011100 | c29760685c |
UHC | ?`h\ | 00111111011000000110100001011100 | 3f60685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)