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 | 風?紋 | 1001010110010111001111111001011011100100 | 95973f96e4 |
EUC-JP | 風?紋 | 1100100111110111001111111100110011100110 | c9f73fcce6 |
UTF-8 | 風꿴紋 | 111010011010001010101000111010101011111110110100111001111011010010001011 | e9a2a8eabfb4e7b48b |
UHC | 風꿴紋 | 111110011010011010110010111010011101101010100011 | f9a6b2e9daa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)