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 | チチ | 11000001111101110110100011000001 | c1f768c1 |
EUC-JP | チ?チ | 1000111011000001001111111000111011000001 | 8ec13f8ec1 |
UTF-8 | チチ | 111011111011111010000001111011101001010110001100111011111011111010000001 | efbe81ee958cefbe81 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)