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 | 鞜丞サ冶゚ | 1110100011011111100011111110010110111011100101101110100011011111 | e8df8fe5bb96e8df |
EUC-JP | 鞜丞サ冶゚ | 11110000111000011011111011100111100011101011101111001100111010101000111011011111 | f0e1bee78ebbccea8edf |
UTF-8 | 鞜丞サ冶゚ | 111010011001111010011100111001001011100010011110111011111011110110111011111001011000011010110110111011111011111010011111 | e99e9ce4b89eefbdbbe586b6efbe9f |
UHC | ?丞?冶? | 00111111111000111010101000111111111001011010011100111111 | 3fe3aa3fe5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)