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 | 憶ι? | 1000100110101111100000111100011100111111 | 89af83c73f |
EUC-JP | 憶ι? | 1011001010110001101001101100100100111111 | b2b1a6c93f |
UTF-8 | 憶ι즲 | 1110011010000110101101101100111010111001111011001010011010110010 | e686b6ceb9eca6b2 |
UHC | 憶ι즲 | 111001011110001110100101111010011010001110000100 | e5e3a5e9a384 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)