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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 褌屈B | 1110010111101100100010111111110001000010 | e5ec8bfc42 |
EUC-JP | 褌屈B | 1110101011101110101101101111111001000010 | eaeeb6fe42 |
UTF-8 | 褌屈B | 11101000101001001000110011100101101100011000100001000010 | e8a48ce5b18842 |
UHC | ?屈B | 00111111110011111101110101000010 | 3fcfdd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)