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 | 止?? | 10001110011111100011111100111111 | 8e7e3f3f |
EUC-JP | 止?? | 10111011110111110011111100111111 | bbdf3f3f |
UTF-8 | 止펫拉 | 111001101010110110100010111011011000111010101011111011111010010010100101 | e6ada2ed8eabefa4a5 |
UHC | 止펫拉 | 111100101010110111000110111010101101000111111110 | f2adc6ead1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)