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 | 邵ア繞サ顆 | 1110011110111000101100011110001110000101101110111110100011110111 | e7b8b1e385bbe8f7 |
EUC-JP | 邵ア繞サ顆 | 11101110101110101000111010110001111001011110010110001110101110111111000011111001 | eeba8eb1e5e58ebbf0f9 |
UTF-8 | 邵ア繞サ顆 | 111010011000001010110101111011111011110110110001111001111011100110011110111011111011110110111011111010011010000110000110 | e982b5efbdb1e7b99eefbdbbe9a186 |
UHC | 邵?繞?顆 | 1110000111010000001111111110100110100100001111111100111010101000 | e1d03fe9a43fcea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)