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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 止?咫?止 | 1000111001111110001111111001101001000000001111111000111001111110 | 8e7e3f9a403f8e7e |
EUC-JP | 止?咫?止 | 1011101111011111001111111101001110100001001111111011101111011111 | bbdf3fd3a13fbbdf |
UTF-8 | 止렣咫렡止 | 111001101010110110100010111010111010000010100011111001011001001010101011111010111010000010100001111001101010110110100010 | e6ada2eba0a3e592abeba0a1e6ada2 |
UHC | 止렣咫렡止 | 11110010101011011000111010110100111100101010000110001110101100101111001010101101 | f2ad8eb4f2a18eb2f2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)