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 | 曜澱 | 10010111011010101001001101100010 | 976a9362 |
EUC-JP | 曜澱 | 11001101110010111100010111000011 | cdcbc5c3 |
UTF-8 | 曜澱 | 111001101001101110011100111001101011111010110001 | e69b9ce6beb1 |
UHC | 曜澱 | 11101000111110001110111011111110 | e8f8eefe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)