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 | 止?袞 | 1000111001111110001111111110010111001111 | 8e7e3fe5cf |
EUC-JP | 止?袞 | 1011101111011111001111111110101011010001 | bbdf3fead1 |
UTF-8 | 止양袞 | 111001101010110110100010111011001001011010010001111010001010001010011110 | e6ada2ec9691e8a29e |
UHC | 止양袞 | 111100101010110110111110111001111100110111100101 | f2adbee7cde5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)