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 | シス箴 | 10111100101111011110001010111100 | bcbde2bc |
EUC-JP | シス箴 | 100011101011110010001110101111011110010010111110 | 8ebc8ebde4be |
UTF-8 | シス箴 | 111011111011110110111100111011111011110110111101111001111010111010110100 | efbdbcefbdbde7aeb4 |
UHC | ??箴 | 00111111001111111110110111010111 | 3f3fedd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)