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 | 茫ф嵯 | 111001001010100110000100100001101000110110110101 | e4a984868db5 |
EUC-JP | 茫ф嵯 | 111010001010101110100111111001101011101010110111 | e8aba7e6bab7 |
UTF-8 | 茫ф嵯 | 1110100010001100101010111101000110000100111001011011010110101111 | e88cabd184e5b5af |
UHC | 茫ф嵯 | 110110001101010010101100111001101111001110101011 | d8d4ace6f3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)