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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 鎬鎬^ | 1110100001001101111010000100110101011110 | e84de84d5e |
EUC-JP | 鎬鎬^ | 1110111110101110111011111010111001011110 | efaeefae5e |
UTF-8 | 鎬鎬^ | 11101001100011101010110011101001100011101010110001011110 | e98eace98eac5e |
UHC | 鎬鎬^ | 1111101111100000111110111110000001011110 | fbe0fbe05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)