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 | 褶滓匍 | 111001011111011110011111111001101001100110110011 | e5f79fe699b3 |
EUC-JP | 褶滓匍 | 111010101111100111011110111010001101001010110101 | eaf9dee8d2b5 |
UTF-8 | 褶滓匍 | 111010001010010010110110111001101011101110010011111001011000110010001101 | e8a4b6e6bb93e58c8d |
UHC | 褶滓匍 | 111000111010100011101110101010111111100011010001 | e3a8eeabf8d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)