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 | 傳社? | 1001100101000010100011101101000000111111 | 99428ed03f |
EUC-JP | 傳社? | 1101000110100011101111001101001000111111 | d1a3bcd23f |
UTF-8 | 傳社걀 | 111001011000001010110011111001111010010010111110111010101011000110000000 | e582b3e7a4beeab180 |
UHC | 傳社걀 | 111011101110111011011110111001001011000010111111 | eeeedee4b0bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)