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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鰲悉 | 11101001111000001000111010111011 | e9e08ebb |
EUC-JP | 鰲悉 | 11110010111000101011110010111101 | f2e2bcbd |
UTF-8 | 鰲悉 | 111010011011000010110010111001101000001010001001 | e9b0b2e68289 |
UHC | 鰲悉 | 11101000101001111110001111111010 | e8a7e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)