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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 怏??\ | 1001110010001001001111110011111101011100 | 9c893f3f5c |
EUC-JP | 怏??\ | 1101011111101001001111110011111101011100 | d7e93f3f5c |
UTF-8 | 怏묐젾\ | 11100110100000001000111111101011101011001001000011101100101000001011111001011100 | e6808febac90eca0be5c |
UHC | 怏묐젾\ | 11100100111010001001000111101011101000001011000001011100 | e4e891eba0b05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)