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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 押蕭鵝 | 100010011001111111100101010010101110101001000000 | 899fe54aea40 |
EUC-JP | 押蕭鵝 | 101100101010000111101001101010111111001110100001 | b2a1e9abf3a1 |
UTF-8 | 押蕭鵝 | 111001101000101010111100111010001001010110101101111010011011010110011101 | e68abce895ade9b59d |
UHC | 押蕭鵝 | 111001001110001111100001110010111110010010111101 | e4e3e1cbe4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)