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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 駭??? | 1110100101101110001111110011111100111111 | e96e3f3f3f |
EUC-JP | 駭??? | 1111000111001111001111110011111100111111 | f1cf3f3f3f |
UTF-8 | 駭잛콐梨 | 111010011010011110101101111011001001111010011011111011001011110110010000111011111010011110100010 | e9a7adec9e9becbd90efa7a2 |
UHC | 駭잛콐梨 | 1111101010110100100111111110110010110001100011001110110010110001 | fab49fecb18cecb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)