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 | 縟旄鏥 | 111000110111010010011101110101001110100001010100 | e3749dd4e854 |
EUC-JP | 縟旄鏥 | 111001011101010111011010110101101110111110110101 | e5d5dad6efb5 |
UTF-8 | 縟旄鏥 | 111001111011100010011111111001101001011110000100111010011000111110100101 | e7b89fe69784e98fa5 |
UHC | 縟?? | 11101001101100100011111100111111 | e9b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)