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 | Bh\ | 10010010010000100110100001011100 | 9242685c |
SJIS-WIN | ?Bh\ | 00111111010000100110100001011100 | 3f42685c |
EUC-JP | ?Bh\ | 00111111010000100110100001011100 | 3f42685c |
UTF-8 | Bh\ | 1100001010010010010000100110100001011100 | c29242685c |
UHC | ?Bh\ | 00111111010000100110100001011100 | 3f42685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)