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 | 縡頭? | 1110001101110001100100111010101000111111 | e37193aa3f |
EUC-JP | 縡頭? | 1110010111010010110001101010110000111111 | e5d2c6ac3f |
UTF-8 | 縡頭렖 | 111001111011100010100001111010011010000010101101111010111010000010010110 | e7b8a1e9a0adeba096 |
UHC | 縡頭렖 | 111011101010110111010100111010011000111010101011 | eeadd4e98eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)