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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驫懈コス魄 | 1110100110001010100111001110011010111010101111011110100110101110 | e98a9ce6babde9ae |
EUC-JP | 驫懈コス魄 | 11110001111010101101100011101000100011101011101010001110101111011111001010110000 | f1ead8e88eba8ebdf2b0 |
UTF-8 | 驫懈コス魄 | 111010011010100110101011111001101000011110001000111011111011110110111010111011111011110110111101111010011010110110000100 | e9a9abe68788efbdbaefbdbde9ad84 |
UHC | ?懈??魄 | 00111111111110101010101100111111001111111101101111011110 | 3ffaab3f3fdbde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)