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 | 辰族 | 10010010010000111001000110110000 | 924391b0 |
EUC-JP | 辰族 | 11000011101001001100001010110010 | c3a4c2b2 |
UTF-8 | 辰族 | 111010001011111010110000111001101001011110001111 | e8beb0e6978f |
UHC | 辰族 | 11110010111000111111000011101001 | f2e3f0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)