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 | 憶?П | 1000100110101111001111111000010001010000 | 89af3f8450 |
EUC-JP | 憶?П | 1011001010110001001111111010011110110001 | b2b13fa7b1 |
UTF-8 | 憶귥П | 1110011010000110101101101110101010110111101001011101000010011111 | e686b6eab7a5d09f |
UHC | 憶귥П | 111001011110001110000010111011001010110010110001 | e5e382ecacb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)