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 | ÷?gLB | 1111011100111111011001110100110001000010 | f73f674c42 |
SJIS-WIN | ÷¬gLB | 10000001100000001000000111001010011001110100110001000010 | 818081ca674c42 |
EUC-JP | ÷¬gLB | 10100001111000001010001011001100011001110100110001000010 | a1e0a2cc674c42 |
UTF-8 | ÷¬gLB | 1100001110110111111011111011111110100010011001110100110001000010 | c3b7efbfa2674c42 |
UHC | ÷¬gLB | 10100001110000001010000111111110011001110100110001000010 | a1c0a1fe674c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)